Fossil SCM

Sort options alphabetically and show short options too.

isaac.jurado 2013-06-25 17:49 git-better-import
Commit 61fb03f961ae9edaf8366c352be6a652fcb8557f
1 file changed +2 -2
+2 -2
--- src/import.c
+++ src/import.c
@@ -727,12 +727,12 @@
727727
** The --incremental option allows an existing repository to be extended
728728
** with new content. Otherwise, if a file with the same name as NEW-REPOSITORY
729729
** is found, the command fails unless the --force option is used.
730730
**
731731
** 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
734734
**
735735
** See also: export
736736
*/
737737
void git_import_cmd(void){
738738
char *zPassword;
739739
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button