mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
1 changed files with 1 additions and 1 deletions
2
crit
2
crit
|
|
@ -16,7 +16,7 @@ def handle_cmdline_opts():
|
|||
help = 'input file (stdin by default)')
|
||||
parser.add_argument('-o',
|
||||
'--out',
|
||||
help = 'output file (stdout by default')
|
||||
help = 'output file (stdout by default)')
|
||||
parser.add_argument('-f',
|
||||
'--format',
|
||||
choices = ['raw', 'nice'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue