diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-12 07:54:22 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-11-12 07:54:22 +0000 |
commit | 7615d7894519e1afd313b03976643eec73a779c9 (patch) | |
tree | 835acf822c6dd0baef468ab3a6d9c2b116930e75 /share/scripts/debootstrap | |
parent | Releasing debian version 20161105-1. (diff) | |
download | open-infrastructure-compute-tools-7615d7894519e1afd313b03976643eec73a779c9.tar.xz open-infrastructure-compute-tools-7615d7894519e1afd313b03976643eec73a779c9.zip |
Merging upstream version 20161112.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/scripts/debootstrap')
-rwxr-xr-x | share/scripts/debootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index 1ead471..e04f32d 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -95,7 +95,7 @@ Parameters () Usage () { - echo "Usage: container create -n|--name NAME -s|--script ${SCRIPT} [-a|--architecture ARCHITECTURE] [-d|--distribution DISTRIBUTION] [-m|--mirror MIRROR] [-p|--password PASSWORD}" >&2 + echo "Usage: container create -n|--name NAME -s|--script ${SCRIPT} -- [-a|--architecture ARCHITECTURE] [-d|--distribution DISTRIBUTION] [-m|--mirror MIRROR] [-p|--password PASSWORD}" >&2 exit 1 } |