fix help message for mkimage debootstrap with components
| ... | ... |
@@ -6,7 +6,7 @@ mkimg="$(basename "$0")" |
| 6 | 6 |
usage() {
|
| 7 | 7 |
echo >&2 "usage: $mkimg [-d dir] [-t tag] script [script-args]" |
| 8 | 8 |
echo >&2 " ie: $mkimg -t someuser/debian debootstrap --variant=minbase jessie" |
| 9 |
- echo >&2 " $mkimg -t someuser/ubuntu debootstrap --include=ubuntu-minimal --components main,universe trusty" |
|
| 9 |
+ echo >&2 " $mkimg -t someuser/ubuntu debootstrap --include=ubuntu-minimal --components=main,universe trusty" |
|
| 10 | 10 |
echo >&2 " $mkimg -t someuser/busybox busybox-static" |
| 11 | 11 |
echo >&2 " $mkimg -t someuser/centos:5 rinse --distribution centos-5" |
| 12 | 12 |
echo >&2 " $mkimg -t someuser/mageia:4 mageia-urpmi --version=4" |