From b7f674cb4e752808d16c314b4b3561d1a3a37e1f Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 16 Jan 2017 13:12:07 -0500 Subject: Make the program's usage information look better --- steam-export-cli.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'steam-export-cli.go') 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 +`) } -- cgit v1.2.3