mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
crit: fix typo
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
7a8ddc0f4a
commit
1a30e8800e
2
crit
2
crit
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user