[CRIU] [PATCH v3 3/6] p.haul: simple typo and indent fix

Adrian Reber adrian at lisas.de
Thu Oct 8 07:06:46 PDT 2015


From: Adrian Reber <areber at redhat.com>

v2: rebased

v3: rebased

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 a4ea8a7..e807c8f 100755
--- a/p.haul
+++ b/p.haul
@@ -27,7 +27,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