aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2017-01-16 22:28:14 -0500
committerMitch Riedstra <mitch@riedstra.us>2017-01-16 22:28:14 -0500
commit4cdac3c00a8710ead5d709428c08cc69d3b4bd27 (patch)
tree0c3a24f7fb16da020ba3811ef5ef1d688ff03e4c
parent26fdb68fbb1fadf8a917bdf5734af05d93bda2a0 (diff)
downloadsteam-export-4cdac3c00a8710ead5d709428c08cc69d3b4bd27.tar.gz
steam-export-4cdac3c00a8710ead5d709428c08cc69d3b4bd27.tar.xz
Change the help text
-rw-r--r--steam-export-cli.go14
1 files changed, 8 insertions, 6 deletions
diff --git a/steam-export-cli.go b/steam-export-cli.go
index 23857e0..db5645f 100644
--- a/steam-export-cli.go
+++ b/steam-export-cli.go
@@ -44,12 +44,14 @@ func printHelp() {
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
- edit-config [ -e $editor ]
+ list
+ package
+ extract
+ delete
+ server
+ edit-config
+
+Type in a subcommand -h or -help for more information
`)
}