aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
`)
}