Change help print to standard format
This commit is contained in:
parent
6c09ee3826
commit
f0d40cc46c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var defaultDataPath = path.Join(home, ".local/share/")
|
|||
|
||||
// Command usage
|
||||
func printUsage() {
|
||||
fmt.Fprintf(os.Stderr, "Usage: %s COMMAND [ARGS]...\n", os.Args[0])
|
||||
fmt.Fprintf(os.Stderr, "Usage: %s COMMAND [ARGS...]\n", os.Args[0])
|
||||
fmt.Fprintln(os.Stderr, "\nCommands")
|
||||
fmt.Fprintln(os.Stderr, "\tstatus prints the server status")
|
||||
fmt.Fprintln(os.Stderr, "\tregister NAME registers an account and stores it (use with -name)")
|
||||
|
|
Loading…
Add table
Reference in a new issue