From 2bfb4efbd8d313725f659983193e26170c2b4881 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Sat, 19 Dec 2020 13:08:37 +0100 Subject: [PATCH] make-container: fix usage comment --- test/lib/make-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lib/make-container.sh b/test/lib/make-container.sh index 99cce7b..6957018 100755 --- a/test/lib/make-container.sh +++ b/test/lib/make-container.sh @@ -28,7 +28,7 @@ # This args disables auto-destructing containers. # # -# run-tests.sh container --run|-r c systemctl status bitcoind +# run-tests.sh container --run c systemctl status bitcoind # # Run a command in the shell session environmentand exit. # Destroy the container afterwards. @@ -39,7 +39,7 @@ # run-tests.sh container --run c # # -# run-tests.sh [--scenario|-s ] container --command|--c +# run-tests.sh [--scenario|-s ] container --command|-c # # Provide a custom extra-container command. #