Commit 1a30e880 authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

crit: fix typo

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7a8ddc0f
...@@ -16,7 +16,7 @@ def handle_cmdline_opts(): ...@@ -16,7 +16,7 @@ def handle_cmdline_opts():
help = 'input file (stdin by default)') help = 'input file (stdin by default)')
parser.add_argument('-o', parser.add_argument('-o',
'--out', '--out',
help = 'output file (stdout by default') help = 'output file (stdout by default)')
parser.add_argument('-f', parser.add_argument('-f',
'--format', '--format',
choices = ['raw', 'nice'], choices = ['raw', 'nice'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment