mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
crit: fix decode usage help
Was:
decode convert criu image from binary type json
Now:
decode convert criu image from binary type to json
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
ec36e34ff3
commit
01a99c0a63
1 changed files with 1 additions and 1 deletions
2
crit
2
crit
|
|
@ -55,7 +55,7 @@ def main():
|
|||
|
||||
# Decode
|
||||
decode_parser = subparsers.add_parser('decode',
|
||||
help = 'convert criu image from binary type json')
|
||||
help = 'convert criu image from binary type to json')
|
||||
decode_parser.add_argument('--pretty',
|
||||
help = 'Multiline with indents and some numerical fields in field-specific format',
|
||||
action = 'store_true')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue