瀏覽代碼

Updated usage information because of removed short parameters.

Signed-off-by: Robin Schneider <ypid@riseup.net>
Robin Schneider 10 年之前
父節點
當前提交
397de38ae6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/mkimage.sh

+ 1 - 1
contrib/mkimage.sh

@@ -4,7 +4,7 @@ set -e
 mkimg="$(basename "$0")"
 mkimg="$(basename "$0")"
 
 
 usage() {
 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 "   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/ubuntu debootstrap --include=ubuntu-minimal --components=main,universe trusty"
 	echo >&2 "       $mkimg -t someuser/busybox busybox-static"
 	echo >&2 "       $mkimg -t someuser/busybox busybox-static"