diff --git a/makechrootpkg.in b/makechrootpkg.in
index c5d57e5fdd0ee6d76774e1d984d50f6fc41dc387..fc8c73e95b400aa540ff71a68cb454bb03cc9909 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
 }