From bb3f7bef66d4a951e132035ff89d44b01f65e8e5 Mon Sep 17 00:00:00 2001 From: Pavel Tikhomirov Date: Wed, 4 Jan 2023 17:15:44 +0300 Subject: [PATCH] crtools: fix help message alignment for --network-lock Fixes: 2e30db5c3 ("criu: add --network-lock option to allow nftables alternative") Signed-off-by: Pavel Tikhomirov --- criu/crtools.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/criu/crtools.c b/criu/crtools.c index ac05bc821..4258ce388 100644 --- a/criu/crtools.c +++ b/criu/crtools.c @@ -414,9 +414,8 @@ usage: " --mntns-compat-mode Use mount engine in compatibility mode. By default criu\n" " tries to use mount-v2 mode with more reliable algorithm\n" " based on MOVE_MOUNT_SET_GROUP kernel feature\n" - " --network-lock METHOD\n" - " network locking/unlocking method; argument\n" - " can be 'nftables' or 'iptables' (default).\n" + " --network-lock METHOD network locking/unlocking method; argument\n" + " can be 'nftables' or 'iptables' (default).\n" " --unprivileged accept limitations when running as non-root\n" " consult documentation for further details\n" "\n"