Skip to content

Commit

Permalink
help message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TiltedToast committed Oct 3, 2022
1 parent 2a7a8ab commit 292c2f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,13 @@ func printHelpMessage() {
fmt.Println(" danbooru-go [options]")
fmt.Println("")
fmt.Println("Options:")
fmt.Println(" -h, --help print this help message and exit")
fmt.Println(" -o, --output output directory, defaults to 'output' subdirectory")
fmt.Println(" -t, --tags the specific tags you want to search for, split by \"+\" or spaces (required)")
fmt.Println(" -s, --sensitive add this flag for filter out sensitive images")
fmt.Println(" -g, --general add this flag for filter out general images (everything but the other 3 categories)")
fmt.Println(" -q, --questionable add this flag for filter out suggestive images")
fmt.Println(" -e, --explicit add this flag for filter out clearly 18+ images")
fmt.Println(" -h, --help print this help message and exit")
fmt.Println(" -o, --output output directory, defaults to 'output' subdirectory")
fmt.Println(" -t, --tags the specific tags you want to search for, split by \"+\" or spaces (required)")
fmt.Println(" -g, --general add this flag to filter out general images (everything but the other 3 categories)")
fmt.Println(" -s, --sensitive add this flag to filter out sensitive images")
fmt.Println(" -q, --questionable add this flag to filter out questionable images")
fmt.Println(" -e, --explicit add this flag to filter out clearly 18+ images")
fmt.Println("")
fmt.Println("For more information, see https://github.com/TiltedToast/danbooru-go")
}
Expand Down

0 comments on commit 292c2f1

Please sign in to comment.