aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdi-maker2
1 files changed, 1 insertions, 1 deletions
diff --git a/di-maker b/di-maker
index 5e377d8..86b34b2 100755
--- a/di-maker
+++ b/di-maker
@@ -21,7 +21,7 @@ ARCH=${ARCH:-amd64}
DISTRO=${DISTRO:-debian}
if [ -z "$output" ] ; then
- printf "you must specify a file name for the image to be built" >&2
+ printf "Usage: di-maker ISOFILE [FILE ...]\n" >&2
exit 1
fi