Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 4432601

Browse files
committed
fix help msg
1 parent 1f6bdbb commit 4432601

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/const.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const (
1010
"EXTRA-SYNTAX\n" +
1111
" fgit debug [URL<string>] [--help|-h]\n" +
1212
" fgit get [URL<string>] [Path<string>] [--help|-h]\n" +
13-
" fgit conv [Target<string>] [--help|-h]\n " +
13+
" fgit conv [Target<string>] [--help|-h]\n" +
14+
" fgit jsdget [URL<string>] [Path<string>]\n" +
1415
" If you want to known more about extra-syntax, try to use --help"
1516
jsdHelpMsg = "FastGit JsdGet Command Line Tool\n" +
1617
"=============================\n" +
@@ -22,6 +23,7 @@ const (
2223
" fgit jsdget [URL<string>] [Path<string>]\n" +
2324
"ALIASES\n" +
2425
" fgit jdl\n" +
26+
" fgit jdl\n" +
2527
"EXAMPLE\n" +
2628
" fgit jsdget https://github.com/fastgitorg/fgit-go/archive/master.zip"
2729
getHelpMsg = "FastGit Get Command Line Tool\n" +

0 commit comments

Comments
 (0)