Commit 01a99c0a authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

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: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ec36e34f
...@@ -55,7 +55,7 @@ def main(): ...@@ -55,7 +55,7 @@ def main():
# Decode # Decode
decode_parser = subparsers.add_parser('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', decode_parser.add_argument('--pretty',
help = 'Multiline with indents and some numerical fields in field-specific format', help = 'Multiline with indents and some numerical fields in field-specific format',
action = 'store_true') action = 'store_true')
......
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