From 0e021364db7b42ee4b1c9fcbadb26e57473f45d7 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Tue, 2 Jun 2015 08:46:47 +0200 Subject: [PATCH] Fix spelling error in usage text Signed-off-by: Salvatore Bonaccorso Signed-off-by: Pavel Emelyanov --- crtools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crtools.c b/crtools.c index 6da7afeed..f83db275d 100644 --- a/crtools.c +++ b/crtools.c @@ -655,9 +655,9 @@ usage: " --veth-pair IN=OUT map inside veth device name to outside one\n" " can optionally append @ to OUT for moving\n" " the outside veth to the named bridge\n" -" --link-remap allow to link unlinked files back when possible\n" +" --link-remap allow one to link unlinked files back when possible\n" " --action-script FILE add an external action script\n" -" -j|--" OPT_SHELL_JOB " allow to dump and restore shell jobs\n" +" -j|--" OPT_SHELL_JOB " allow one to dump and restore shell jobs\n" " -l|--" OPT_FILE_LOCKS " handle file locks, for safety, only used for container\n" " -L|--libdir path to a plugin directory (by default " CR_PLUGIN_DEFAULT ")\n" " --force-irmap force resolving names for inotify/fsnotify watches\n"