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

Commit 8ba3337

Browse files
authored
[exp] fix bugs
1 parent 9a72c4c commit 8ba3337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fgit.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func main() {
129129
" Do everything like git\n" +
130130
" Build by KevinZonda with GoLang\n" +
131131
"EXTRA-SYNTAX\n" +
132-
" fgit debug [URL<string>] [--help]\n" +
132+
" fgit debug [URL<string>] [--help|-h]\n" +
133133
" fgit get [URL<string>] [Path<string>] [--help]" +
134134
" If you wan to known more about extra-syntax, try to use --help")
135135
os.Exit(0)
@@ -180,8 +180,8 @@ func main() {
180180
case "gh":
181181
case "github":
182182
convertToGitHub()
183-
case "fg"
184-
case "fastgit"
183+
case "fg":
184+
case "fastgit":
185185
convertToFastGit()
186186
case "-h":
187187
case "--help":

0 commit comments

Comments
 (0)