Fossil SCM
Fix help text for the 'artifact' command.
Commit
98b80e429cb41c964b87487c96529abb95f27a78b5f98134b3bc935bd01f344f
Parent
f7c0657bbd238ea…
1 file changed
+1
-1
+1
-1
| --- src/content.c | ||
| +++ src/content.c | ||
| @@ -320,11 +320,11 @@ | ||
| 320 | 320 | ** COMMAND: artifact* |
| 321 | 321 | ** |
| 322 | 322 | ** Usage: %fossil artifact ARTIFACT-ID ?OUTPUT-FILENAME? ?OPTIONS? |
| 323 | 323 | ** |
| 324 | 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | -** standard output, or if the optional 4th argument is given, in | |
| 325 | +** standard output, or if the optional second argument is given, in | |
| 326 | 326 | ** the named output file. |
| 327 | 327 | ** |
| 328 | 328 | ** Options: |
| 329 | 329 | ** -R|--repository REPO Extract artifacts from repository REPO |
| 330 | 330 | ** |
| 331 | 331 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -320,11 +320,11 @@ | |
| 320 | ** COMMAND: artifact* |
| 321 | ** |
| 322 | ** Usage: %fossil artifact ARTIFACT-ID ?OUTPUT-FILENAME? ?OPTIONS? |
| 323 | ** |
| 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | ** standard output, or if the optional 4th argument is given, in |
| 326 | ** the named output file. |
| 327 | ** |
| 328 | ** Options: |
| 329 | ** -R|--repository REPO Extract artifacts from repository REPO |
| 330 | ** |
| 331 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -320,11 +320,11 @@ | |
| 320 | ** COMMAND: artifact* |
| 321 | ** |
| 322 | ** Usage: %fossil artifact ARTIFACT-ID ?OUTPUT-FILENAME? ?OPTIONS? |
| 323 | ** |
| 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | ** standard output, or if the optional second argument is given, in |
| 326 | ** the named output file. |
| 327 | ** |
| 328 | ** Options: |
| 329 | ** -R|--repository REPO Extract artifacts from repository REPO |
| 330 | ** |
| 331 |