[CRIU] [PATCH 3/3] Simple typo and indent fix

Adrian Reber adrian at lisas.de
Tue Sep 29 03:32:10 PDT 2015


From: Adrian Reber <areber at redhat.com>

Signed-off-by: Adrian Reber <areber at redhat.com>
---
 p.haul | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/p.haul b/p.haul
index 2f4e8b3..69c8f20 100755
--- a/p.haul
+++ b/p.haul
@@ -25,7 +25,8 @@ parser.add_argument("to", help = "IP where to haul")
 parser.add_argument("-v", help = "Verbosity level", default = ph_criu_api.def_verb, type = int, dest = "verbose")
 parser.add_argument("--keep-images", help = "Keep images after migration", default = False, action = 'store_true')
 parser.add_argument("--dst-rpid", help = "Write pidfile on restore", default = None)
-parser.add_argument("--img-path", help = "Dirctory where to put images", default = ph_images.def_path)
+parser.add_argument("--img-path", help = "Directory where to put images",
+		    default = ph_images.def_path)
 parser.add_argument("--pid-root", help = "Path to tree's FS root")
 parser.add_argument("--force", help = "Don't do any sanity (CPU compat) checks", default = False, action = 'store_true')
 parser.add_argument("--port", help = "Port where to haul", type = int, default = ph_xem_rpc.rpc_port)
-- 
1.8.3.1



More information about the CRIU mailing list