Skip to content
Snippets Groups Projects
Commit 41b54bdd authored by Eric Bélanger's avatar Eric Bélanger Committed by Pierre Schmitz
Browse files

mkarchroot: Remove unnecessary parameter for usage function


Fixes FS#28973

Signed-off-by: default avatarEric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
parent 54bad4c9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ while getopts 'r:ufnhC:M:c:' arg; do
M) makepkg_conf="$OPTARG" ;;
n) NOCOPY='y' ;;
c) cache_dir="$OPTARG" ;;
h|?) usage 0 ;;
h|?) usage ;;
*) error "invalid argument '${arg}'"; usage ;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment