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

Commit 2c81d11

Browse files
authored
[tile] change to command line tool
1 parent efa0acf commit 2c81d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fgit.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ func checkErr(err error, msg string, exitCode int) {
5050
func main() {
5151
if len(os.Args) == 1 {
5252
fmt.Println("" +
53-
"FastGit Command Tool\n" +
54-
"====================\n" +
53+
"FastGit Command Line Tool\n" +
54+
"=========================\n" +
5555
"We will convert GitHub to FastGit automatically\n" +
5656
"Do everything like git\n" +
5757
"Build by KevinZonda with GoLang")

0 commit comments

Comments
 (0)