Better help messages for -v and -i
This commit is contained in:
@@ -49,14 +49,14 @@ class Arguments(object):
|
|||||||
action='count',
|
action='count',
|
||||||
default=0,
|
default=0,
|
||||||
dest='verbose',
|
dest='verbose',
|
||||||
help=Color.s('Shows more options ({C}-h -v{W}). Prints tool outputs. (default: {G}quiet{W})'))
|
help=Color.s('Shows more options ({C}-h -v{W}). Prints commands and outputs. (default: {G}quiet{W})'))
|
||||||
|
|
||||||
glob.add_argument('-i',
|
glob.add_argument('-i',
|
||||||
action='store',
|
action='store',
|
||||||
dest='interface',
|
dest='interface',
|
||||||
metavar='[interface]',
|
metavar='[interface]',
|
||||||
type=str,
|
type=str,
|
||||||
help=Color.s('Wireless interface to use (default: {G}ask{W})'))
|
help=Color.s('Wireless interface to use (default: {G}choose first or ask{W})'))
|
||||||
|
|
||||||
glob.add_argument('-c',
|
glob.add_argument('-c',
|
||||||
action='store',
|
action='store',
|
||||||
|
|||||||
Reference in New Issue
Block a user