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