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>
This commit is contained in:
Jan Alexander Steffens (heftig) 2011-12-30 16:26:08 +01:00 committed by Pierre Schmitz
parent 4d4ffb5d8f
commit 2c9855fe6b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}