mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updated usage information because of removed short parameters.
Signed-off-by: Robin Schneider <ypid@riseup.net>
This commit is contained in:
parent
3f0fa1f643
commit
397de38ae6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
mkimg="$(basename "$0")"
|
||||
|
||||
usage() {
|
||||
echo >&2 "usage: $mkimg [-d dir] [-t tag] [-c compression] script [script-args]"
|
||||
echo >&2 "usage: $mkimg [-d dir] [-t tag] [--compression algo| --no-compression] script [script-args]"
|
||||
echo >&2 " ie: $mkimg -t someuser/debian debootstrap --variant=minbase jessie"
|
||||
echo >&2 " $mkimg -t someuser/ubuntu debootstrap --include=ubuntu-minimal --components=main,universe trusty"
|
||||
echo >&2 " $mkimg -t someuser/busybox busybox-static"
|
||||
|
|
Loading…
Add table
Reference in a new issue