diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2011-12-30 16:26:08 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-01-18 11:06:52 +0100 |
commit | 2c9855fe6b6d64b0646bc16fceb476aef33eaa2f (patch) | |
tree | 52e7795c5a99c2825a98fec3b8ec457aa4e3c106 | |
parent | 4d4ffb5d8f9cb040c9ab8e4eb55bb88e51c5b18c (diff) | |
download | devtools32-2c9855fe6b6d64b0646bc16fceb476aef33eaa2f.tar.xz |
Fix up usage help, the Default line belongs to -l
Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rw-r--r-- | makechrootpkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pkg> Install a package into the working copy of the chroot' echo '-l <copy> 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 } |