We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86837eb commit 25b37abCopy full SHA for 25b37ab
main.py
@@ -12,7 +12,7 @@
12
13
parser.add_argument("-s",
14
"--search",
15
- help="enable debug mode",
+ help="search a question on StackOverflow",
16
action="store_true")
17
18
parser.add_argument("-V",
@@ -23,7 +23,7 @@
23
parser.add_argument(
24
"-n",
25
"--new",
26
- help="Opens browser to create new Stack Overflow question.",
+ help="Opens browser to create new StackOverflow question.",
27
const=True,
28
metavar="title (optional)",
29
nargs="?")
0 commit comments