mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Merge pull request #597 from andor-pierdelacabeza/patch-1
Update bin file name in flags
This commit is contained in:
commit
42843b1798
@ -14,7 +14,7 @@ import (
|
|||||||
// Flags is the container for command line flag data
|
// Flags is the container for command line flag data
|
||||||
type Flags struct {
|
type Flags struct {
|
||||||
Config string `short:"c" long:"config" optional:"yes" description:"Path to config file"`
|
Config string `short:"c" long:"config" optional:"yes" description:"Path to config file"`
|
||||||
Module string `short:"m" long:"module" optional:"yes" description:"Display info about a specific module, i.e.: 'wtf -m=todo'"`
|
Module string `short:"m" long:"module" optional:"yes" description:"Display info about a specific module, i.e.: 'wtfutil -m=todo'"`
|
||||||
Profile bool `short:"p" long:"profile" optional:"yes" description:"Profile application memory usage"`
|
Profile bool `short:"p" long:"profile" optional:"yes" description:"Profile application memory usage"`
|
||||||
Version bool `short:"v" long:"version" description:"Show version info"`
|
Version bool `short:"v" long:"version" description:"Show version info"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user