Pārlūkot izejas kodu

attempt to fix travis parser_standard_options.py issue (thanks to Ivan Mincik)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66323 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 gadi atpakaļ
vecāks
revīzija
f87febe0f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      man/parser_standard_options.py

+ 1 - 1
man/parser_standard_options.py

@@ -143,7 +143,7 @@ if __name__ == "__main__":
                         help='Define the output format')
                         help='Define the output format')
     parser.add_argument('-l', '--link', default=URL, dest='url', type=str,
     parser.add_argument('-l', '--link', default=URL, dest='url', type=str,
                         help='Provide the url with the file to parse')
                         help='Provide the url with the file to parse')
-    parser.add_argument('-t', '--text', default='', dest='text',
+    parser.add_argument('-t', '--text', dest='text',
                         type=argparse.FileType('r'),
                         type=argparse.FileType('r'),
                         help='Provide the file to parse')
                         help='Provide the file to parse')
     parser.add_argument('-o', '--output', default=sys.stdout, dest='output',
     parser.add_argument('-o', '--output', default=sys.stdout, dest='output',