mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-06 20:43:59 -05:00
Change -v flag description
This commit is contained in:
@@ -130,9 +130,9 @@ Usage of ./gspt:
|
||||
Use Icons
|
||||
-image string
|
||||
Show or Hide Image ( 'show' | 'hidden' )
|
||||
-v Do not display the cover art image.
|
||||
-v Output version information and exit
|
||||
-version
|
||||
Do not display the cover art image.
|
||||
Output version information and exit
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
@@ -18,9 +18,9 @@ type Flag struct {
|
||||
|
||||
func parseFlags() {
|
||||
flag.BoolVar(&Flags.Version, "v", false,
|
||||
"Do not display the cover art image.")
|
||||
"Output version information and exit")
|
||||
flag.BoolVar(&Flags.Version, "version", false,
|
||||
"Do not display the cover art image.")
|
||||
"Output version information and exit")
|
||||
flag.BoolVar(&Flags.UseIcons, "icons", Config.UseIcons,
|
||||
"Use Icons")
|
||||
flag.StringVar(&Flags.ConfigPath, "c", userConfigPath,
|
||||
|
||||
Reference in New Issue
Block a user