瀏覽代碼

Corrected Verb Tense Error

yuhaoq 3 年之前
父節點
當前提交
71c17eccdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      howdoi/howdoi.py

+ 1 - 1
howdoi/howdoi.py

@@ -662,7 +662,7 @@ def get_parser():
     parser.add_argument('-j', '--json', help='return answers in raw json format', dest='json_output',
                         action='store_true')
     parser.add_argument('--json-output', action='store_true', help=argparse.SUPPRESS)
-    parser.add_argument('-v', '--version', help='displays the current version of howdoi',
+    parser.add_argument('-v', '--version', help='display the current version of howdoi',
                         action='store_true')
     parser.add_argument('-e', '--engine', help='search engine for this query (google, bing, duckduckgo)',
                         dest='search_engine', nargs="?", metavar='ENGINE')