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 0c3e882 commit 5634febCopy full SHA for 5634feb
ui24rsc/cli.py
@@ -171,11 +171,11 @@ def main(argv=None):
171
parser.add_argument('file_in', metavar='FILE_IN', type=str,
172
nargs='?', default='-',
173
help='Input file. If set to "-" then stdin is used '
174
- '(default: -)')
+ '(default: %(default)s)')
175
parser.add_argument('file_out', metavar='FILE_OUT', type=str,
176
177
help='Output file. If set to "-" then stdout is used '
178
179
180
parser.add_argument('-j', '--json', action='store_true',
181
help='If present, the output format will be forced to '
0 commit comments