Commit 2c9855fe authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig) Committed by Pierre Schmitz
Browse files

Fix up usage help, the Default line belongs to -l

parent 4d4ffb5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}