[CRIU] [PATCH] crit: fix decode usage help
Kir Kolyshkin
kir at openvz.org
Wed Oct 28 18:10:30 PDT 2015
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 at openvz.org>
---
crit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crit b/crit
index e0118ff..2758b01 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')
--
2.4.3
More information about the CRIU
mailing list