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

Commit c8608cc

Browse files
committed
correct msg
1 parent 4432601 commit c8608cc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/const.go

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
"REMARKS\n" +
1919
" Download with jsDelivr automatically\n" +
2020
"SYNTAX\n" +
21-
" fgit [--help|-h]\n" +
21+
" fgit jsdget [--help|-h]\n" +
2222
" fgit jsdget [URL<string>]\n" +
2323
" fgit jsdget [URL<string>] [Path<string>]\n" +
2424
"ALIASES\n" +
@@ -31,7 +31,7 @@ const (
3131
"REMARKS\n" +
3232
" Download with FastGit automatically\n" +
3333
"SYNTAX\n" +
34-
" fgit [--help|-h]\n" +
34+
" fgit get [--help|-h]\n" +
3535
" fgit get [URL<string>]\n" +
3636
" fgit get [URL<string>] [Path<string>]\n" +
3737
"ALIASES\n" +
@@ -42,7 +42,8 @@ const (
4242
debugHelpMsg = "FastGit Debug Command Line Tool\n" +
4343
"===============================\n" +
4444
"SYNTAX\n" +
45-
" fgit debug [URL<string>] [--help|-h]\n" +
45+
" fgit debug [--help|-h]\n" +
46+
" fgit debug [URL<string>]\n" +
4647
"REMARKS\n" +
4748
" URL is an optional parameter\n" +
4849
" We debug https://hub.fastgit.org by default\n" +
@@ -53,8 +54,8 @@ const (
5354
convHelpMsg = "FastGit Conv Command Line Tool\n" +
5455
"==============================\n" +
5556
"REMARKS\n" +
56-
" Convert upstream between github or fastgit automatically\n" +
57-
" github and gh means convert to github, fastgit and fg means convert to fastgit\n" +
57+
" Convert upstream between GitHub or FastGit UK automatically\n" +
58+
" github and gh means convert to GitHub, fastgit and fg means convert to FastGit\n" +
5859
"SYNTAX\n" +
5960
" fgit conv [--help|-h]\n" +
6061
" fgit conv [github|gh|fastgit|fg]\n" +

0 commit comments

Comments
 (0)