Skip to content

Commit 25b37ab

Browse files
committed
Fix help message for '-s'
1 parent 86837eb commit 25b37ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
parser.add_argument("-s",
1414
"--search",
15-
help="enable debug mode",
15+
help="search a question on StackOverflow",
1616
action="store_true")
1717

1818
parser.add_argument("-V",
@@ -23,7 +23,7 @@
2323
parser.add_argument(
2424
"-n",
2525
"--new",
26-
help="Opens browser to create new Stack Overflow question.",
26+
help="Opens browser to create new StackOverflow question.",
2727
const=True,
2828
metavar="title (optional)",
2929
nargs="?")

0 commit comments

Comments
 (0)