Fossil SCM
Fix typo in the help text for the "fossil cache" command.
Commit
e5dbe8b331e534b7c77299e67da83b2523da7eb9
Parent
548f96963c97254…
1 file changed
+1
-1
+1
-1
| --- src/cache.c | ||
| +++ src/cache.c | ||
| @@ -240,11 +240,11 @@ | ||
| 240 | 240 | /* |
| 241 | 241 | ** COMMAND: cache* |
| 242 | 242 | ** Usage: %fossil cache SUBCOMMAND |
| 243 | 243 | ** |
| 244 | 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | -** /zip and /tarball. SUBCOMMAND an be: | |
| 245 | +** /zip and /tarball. SUBCOMMAND can be: | |
| 246 | 246 | ** |
| 247 | 247 | ** clear Remove all entries from the cache. |
| 248 | 248 | ** |
| 249 | 249 | ** init Create the cache file if it does not already exists. |
| 250 | 250 | ** |
| 251 | 251 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -240,11 +240,11 @@ | |
| 240 | /* |
| 241 | ** COMMAND: cache* |
| 242 | ** Usage: %fossil cache SUBCOMMAND |
| 243 | ** |
| 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | ** /zip and /tarball. SUBCOMMAND an be: |
| 246 | ** |
| 247 | ** clear Remove all entries from the cache. |
| 248 | ** |
| 249 | ** init Create the cache file if it does not already exists. |
| 250 | ** |
| 251 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -240,11 +240,11 @@ | |
| 240 | /* |
| 241 | ** COMMAND: cache* |
| 242 | ** Usage: %fossil cache SUBCOMMAND |
| 243 | ** |
| 244 | ** Manage the cache used for potentially expensive web pages such as |
| 245 | ** /zip and /tarball. SUBCOMMAND can be: |
| 246 | ** |
| 247 | ** clear Remove all entries from the cache. |
| 248 | ** |
| 249 | ** init Create the cache file if it does not already exists. |
| 250 | ** |
| 251 |