summaryrefslogtreecommitdiffstats
path: root/share/scripts/debconf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-12 05:43:46 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-12 07:47:20 +0000
commit4e35e7fb3f111401a2bd183a7fbb7ec9eb561491 (patch)
tree276307b4ccadb5a44e0a66c58cb9f0f5238602c7 /share/scripts/debconf
parentFail to find container in remove command only when both the rootfs and the co... (diff)
downloadcompute-tools-4e35e7fb3f111401a2bd183a7fbb7ec9eb561491.tar.xz
compute-tools-4e35e7fb3f111401a2bd183a7fbb7ec9eb561491.zip
Correcting syntax in usage message of container create scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-xshare/scripts/debconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf
index 6fab784..75cbfb0 100755
--- a/share/scripts/debconf
+++ b/share/scripts/debconf
@@ -81,7 +81,7 @@ Parameters ()
Usage ()
{
- echo "Usage: container create -n|--name NAME -s|--script ${SCRIPT} [-p|--preseed-file FILE]" >&2
+ echo "Usage: container create -n|--name NAME -s|--script ${SCRIPT} -- [-p|--preseed-file FILE]" >&2
exit 1
}