Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crit
diff options
context:
space:
mode:
authorKir Kolyshkin <kir@openvz.org>2015-10-29 04:10:00 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-11-05 15:24:04 +0300
commit01a99c0a63a5021860d7a4deede4a8850f127d82 (patch)
tree8e93d415a8278e536a5bc7ff50dfe557f554db46 /crit
parentec36e34ff3ef69f58057cf1baecbf9b95629b41b (diff)
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>
Diffstat (limited to 'crit')
-rwxr-xr-xcrit2
1 files changed, 1 insertions, 1 deletions
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')