Skip to content

Commit 28c0660

Browse files
committed
args: add more help
1 parent 4ce1544 commit 28c0660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

args.go

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func ParseArgument() (*Argument, error) {
3636
fmt.Println("Usage: ")
3737
fmt.Println("tob -[options]")
3838
fmt.Println()
39+
fmt.Println("tob -c config.json")
40+
fmt.Println()
3941
fmt.Println("-config | -c (configuration .json file)")
4042
fmt.Println("-h | -help (show help)")
4143
fmt.Println("-v | -version (show version)")

0 commit comments

Comments
 (0)