Fossil SCM
Sort options alphabetically and show short options too.
Commit
61fb03f961ae9edaf8366c352be6a652fcb8557f
Parent
08ed91a7b21e9b3…
1 file changed
+2
-2
+2
-2
| --- src/import.c | ||
| +++ src/import.c | ||
| @@ -727,12 +727,12 @@ | ||
| 727 | 727 | ** The --incremental option allows an existing repository to be extended |
| 728 | 728 | ** with new content. Otherwise, if a file with the same name as NEW-REPOSITORY |
| 729 | 729 | ** is found, the command fails unless the --force option is used. |
| 730 | 730 | ** |
| 731 | 731 | ** Options: |
| 732 | -** --incremental allow importing into an existing repository | |
| 733 | -** --force remove existing file | |
| 732 | +** -f|--force remove existing file | |
| 733 | +** -i|--incremental allow importing into an existing repository | |
| 734 | 734 | ** |
| 735 | 735 | ** See also: export |
| 736 | 736 | */ |
| 737 | 737 | void git_import_cmd(void){ |
| 738 | 738 | char *zPassword; |
| 739 | 739 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -727,12 +727,12 @@ | |
| 727 | ** The --incremental option allows an existing repository to be extended |
| 728 | ** with new content. Otherwise, if a file with the same name as NEW-REPOSITORY |
| 729 | ** is found, the command fails unless the --force option is used. |
| 730 | ** |
| 731 | ** Options: |
| 732 | ** --incremental allow importing into an existing repository |
| 733 | ** --force remove existing file |
| 734 | ** |
| 735 | ** See also: export |
| 736 | */ |
| 737 | void git_import_cmd(void){ |
| 738 | char *zPassword; |
| 739 |
| --- src/import.c | |
| +++ src/import.c | |
| @@ -727,12 +727,12 @@ | |
| 727 | ** The --incremental option allows an existing repository to be extended |
| 728 | ** with new content. Otherwise, if a file with the same name as NEW-REPOSITORY |
| 729 | ** is found, the command fails unless the --force option is used. |
| 730 | ** |
| 731 | ** Options: |
| 732 | ** -f|--force remove existing file |
| 733 | ** -i|--incremental allow importing into an existing repository |
| 734 | ** |
| 735 | ** See also: export |
| 736 | */ |
| 737 | void git_import_cmd(void){ |
| 738 | char *zPassword; |
| 739 |