Fossil SCM
Fixed typo in the help message for the deconstruct command
Commit
f7cf6dd7ba8ad2fd4909a08ba1c1b758adad2137
Parent
8cf380a48ef986e…
1 file changed
+1
-1
+1
-1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -576,11 +576,11 @@ | ||
| 576 | 576 | /* |
| 577 | 577 | ** COMMAND: deconstruct |
| 578 | 578 | ** |
| 579 | 579 | ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? ?-L|--prefixlength N? DESTINATION |
| 580 | 580 | ** |
| 581 | -** This command exports all artifacts of o given repository and | |
| 581 | +** This command exports all artifacts of a given repository and | |
| 582 | 582 | ** writes all artifacts to the file system. The DESTINATION directory |
| 583 | 583 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 584 | 584 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 585 | 585 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 586 | 586 | ** prefix can be set to 0,1,..,9 characters. |
| 587 | 587 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -576,11 +576,11 @@ | |
| 576 | /* |
| 577 | ** COMMAND: deconstruct |
| 578 | ** |
| 579 | ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? ?-L|--prefixlength N? DESTINATION |
| 580 | ** |
| 581 | ** This command exports all artifacts of o given repository and |
| 582 | ** writes all artifacts to the file system. The DESTINATION directory |
| 583 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 584 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 585 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 586 | ** prefix can be set to 0,1,..,9 characters. |
| 587 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -576,11 +576,11 @@ | |
| 576 | /* |
| 577 | ** COMMAND: deconstruct |
| 578 | ** |
| 579 | ** Usage %fossil deconstruct ?-R|--repository REPOSITORY? ?-L|--prefixlength N? DESTINATION |
| 580 | ** |
| 581 | ** This command exports all artifacts of a given repository and |
| 582 | ** writes all artifacts to the file system. The DESTINATION directory |
| 583 | ** will be populated with subdirectories AA and files AA/BBBBBBBBB.., where |
| 584 | ** AABBBBBBBBB.. is the 40 character artifact ID, AA the first 2 characters. |
| 585 | ** If -L|--prefixlength is given, the length (default 2) of the directory |
| 586 | ** prefix can be set to 0,1,..,9 characters. |
| 587 |