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:
Kir Kolyshkin 2015-10-29 04:10:00 +03:00 committed by Pavel Emelyanov
parent ec36e34ff3
commit 01a99c0a63

2
crit
View file

@ -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')