From 01a99c0a63a5021860d7a4deede4a8850f127d82 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 29 Oct 2015 04:10:00 +0300 Subject: [PATCH] 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 Signed-off-by: Pavel Emelyanov --- crit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crit b/crit index e0118ffec..2758b0116 100755 --- a/crit +++ b/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')