Skip to content

Commit 18a855a

Browse files
Luckiboppreh
authored andcommitted
minor name change
1 parent 8eaa3d8 commit 18a855a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

steamgrid.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ func startApplication() {
3838
steamGridDBTypes := flag.String("types", "static", "Comma separated list of types to download from SteamGridDB.\nExample: \"static,animated\"")
3939
steamGridDBNsfw := flag.String("nsfw", "false", "Set to false to filter out nsfw, true to only include nsfw, any to include both.")
4040
steamGridDBHumor := flag.String("humor", "false", "Set to false to filter out humor, true to only include humor, any to include both.")
41-
steamGridDBBannerDimensions := flag.String("bannerdimension", "460x215,920x430", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
42-
steamGridDBCoverDimensions := flag.String("verticaldimension", "600x900,342x482,660x930", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
43-
steamGridDBHeroDimensions := flag.String("herodimension", "1920x620,3840x1240,1600x650", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
41+
steamGridDBBannerDimensions := flag.String("bannerdimensions", "460x215,920x430", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
42+
steamGridDBCoverDimensions := flag.String("coverdimensions", "600x900,342x482,660x930", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
43+
steamGridDBHeroDimensions := flag.String("herodimensions", "1920x620,3840x1240,1600x650", "Filter results by image dimensions. Multiple dimensions can be provided as comma seperated strings.")
4444
skipSteam := flag.Bool("skipsteam", false, "Skip downloads from Steam servers")
4545
skipGoogle := flag.Bool("skipgoogle", false, "Skip search and downloads from google")
4646
skipBanner := flag.Bool("skipbanner", false, "Skip search and processing banner artwork")

0 commit comments

Comments
 (0)