Skip to content

Commit

Permalink
chore: fix padding for --help
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Jan 13, 2025
1 parent 256893e commit c5fcba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/a2s/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func printJSON(data any) {

func printHelp(exit bool) {
fmt.Printf(`Description:
CLI for querying Steam A2S server information.
CLI for querying Steam A2S server information.
Usage:
%[1]s [OPTIONS] <command> <host> <query port>
Expand Down
2 changes: 1 addition & 1 deletion cli/a3sb/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func printJSONWithDayZ(info *a2s.Info) {

func printHelp(exit bool) {
fmt.Printf(`Description:
CLI for querying A2S server information and working with A3SB subprotocol for Arma 3 and DayZ.
CLI for querying A2S server information and working with A3SB subprotocol for Arma 3 and DayZ.
Usage:
%[1]s [OPTIONS] <command> <host> <query port>
Expand Down

0 comments on commit c5fcba2

Please sign in to comment.