From 2c9855fe6b6d64b0646bc16fceb476aef33eaa2f Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Fri, 30 Dec 2011 16:26:08 +0100 Subject: Fix up usage help, the Default line belongs to -l Signed-off-by: Jan Alexander Steffens (heftig) Signed-off-by: Pierre Schmitz --- makechrootpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makechrootpkg.in b/makechrootpkg.in index c5d57e5..fc8c73e 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -52,8 +52,8 @@ usage() { echo '-I Install a package into the working copy of the chroot' echo '-l The directory to use as the working copy of the chroot' echo ' Useful for maintaining multiple copies.' - echo '-n Run namcap on the package' echo " Default: $default_copy" + echo '-n Run namcap on the package' exit 1 } -- cgit v1.2.3-24-g4f1b