From 7e222088492fc0c640284191df0a3215b392e686 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Fri, 2 Oct 2020 08:10:44 +0200 Subject: [PATCH] kas-container: Fix help output Signed-off-by: Claudius Heine [Jan: further massaging] Signed-off-by: Jan Kiszka --- kas-container | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kas-container b/kas-container index c87189c..1733288 100755 --- a/kas-container +++ b/kas-container @@ -41,9 +41,9 @@ usage() "container. Only required if\n" printf "%b" "\t\t\tloop-mounting is used by recipes.\n" printf "%b" "--runtime-args\t\tAdditional arguments to pass to the " \ - "container runtime for running the\n" - printf "%b" "--docker-args\t\tSame as --runtime-args (deprecated)\n" \ - printf "%b" "\t\t\tbuild.\n" + "container runtime\n" + printf "%b" "\t\t\tfor running the build.\n" + printf "%b" "--docker-args\t\tSame as --runtime-args (deprecated).\n" printf "%b" "-v\t\t\tPrint operations.\n" printf "%b" "--ssh-dir\t\tDirectory containing SSH configurations.\n" printf "%b" "\t\t\tAvoid \$HOME/.ssh unless you fully trust the " \