From cef4c451fe53e3d8feaf9ca07c47178065e7c95c Mon Sep 17 00:00:00 2001 From: derv82 Date: Fri, 6 Apr 2018 17:29:09 -0400 Subject: [PATCH] Better help messages for -v and -i --- wifite/args.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wifite/args.py b/wifite/args.py index 3416403..13b0046 100755 --- a/wifite/args.py +++ b/wifite/args.py @@ -49,14 +49,14 @@ class Arguments(object): action='count', default=0, 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', action='store', dest='interface', metavar='[interface]', 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', action='store',