aboutsummaryrefslogtreecommitdiff
path: root/steam-export-cli.go
diff options
context:
space:
mode:
Diffstat (limited to 'steam-export-cli.go')
-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
+`)
}