Signed-off-by: Robin Schneider <ypid@riseup.net>
| ... | ... |
@@ -4,7 +4,7 @@ set -e |
| 4 | 4 |
mkimg="$(basename "$0")" |
| 5 | 5 |
|
| 6 | 6 |
usage() {
|
| 7 |
- echo >&2 "usage: $mkimg [-d dir] [-t tag] [-c compression] script [script-args]" |
|
| 7 |
+ echo >&2 "usage: $mkimg [-d dir] [-t tag] [--compression algo| --no-compression] script [script-args]" |
|
| 8 | 8 |
echo >&2 " ie: $mkimg -t someuser/debian debootstrap --variant=minbase jessie" |
| 9 | 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" |