diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 05:43:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-12 07:47:20 +0000 |
commit | 4e35e7fb3f111401a2bd183a7fbb7ec9eb561491 (patch) | |
tree | 276307b4ccadb5a44e0a66c58cb9f0f5238602c7 /share/scripts/debconf | |
parent | Fail to find container in remove command only when both the rootfs and the co... (diff) | |
download | compute-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 '')
-rwxr-xr-x | share/scripts/debconf | 2 |
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 } |