[CRIU] [PATCH 6/6] crtools: fix the name of --file-locks in the help message

Andrey Vagin avagin at openvz.org
Fri Jan 18 14:51:14 EST 2013


Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 crtools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crtools.c b/crtools.c
index 825e365..949055c 100644
--- a/crtools.c
+++ b/crtools.c
@@ -334,7 +334,7 @@ usage:
 	pr_msg("			* network-lock - lock network in a target network namespace\n");
 	pr_msg("			* network-unlock - unlock network in a target network namespace\n");
 	pr_msg("  -j|--shell-job        allow to dump and restore shell jobs\n");
-	pr_msg("  -l|--file_locks	handle file locks, for safety, only used for container\n");
+	pr_msg("  -l|--file-locks	handle file locks, for safety, only used for container\n");
 
 	pr_msg("\n* Logging:\n");
 	pr_msg("  -o|--log-file [NAME]  log file name (relative path is relative to --images-dir)\n");
-- 
1.7.11.7



More information about the CRIU mailing list