aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-01-16 13:12:07 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-01-16 13:12:07 -0500
commitb7f674cb4e752808d16c314b4b3561d1a3a37e1f (patch)
treebd5c10a516c0c44f336a28cdf414b9af8a362729
parent5a8919689e91527ed89e9a8d8a061f117dfd250b (diff)
downloadsteam-export-b7f674cb4e752808d16c314b4b3561d1a3a37e1f.tar.gz
steam-export-b7f674cb4e752808d16c314b4b3561d1a3a37e1f.tar.xz
Make the program's usage information look better
-rw-r--r--steam-export-cli.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/steam-export-cli.go b/steam-export-cli.go
index 35ba453..30afe83 100644
--- a/steam-export-cli.go
+++ b/steam-export-cli.go
@@ -38,14 +38,16 @@ func parseArgs(args []string) error {
}
func printHelp() {
- fmt.Printf(`Program usage:
+ fmt.Printf(`---
+Program usage:
steam-export-cli $subcommand $options
Subcommands:
list -l $steam_library
package -l $steam_library -f $output_file -g $game_index
extract -l $steam_library -f $input_file
delete -l $steam_library -g $game_index
- server -c $config_file -l $steam_library -L $listen_addr`)
+ server -c $config_file -l $steam_library -L $listen_addr
+`)
}