diff options
-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 } |