summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 378222b..d30e5b4 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -325,7 +325,7 @@ main() {
done
for opt in n l C M A; do
if (( ${used_opts[$opt]:-0} > 1 )); then
- error "Option -%s may only be given once"
+ error "Option -%s may only be given once" "$opt"
usage >&2
return $EXIT_INVALIDARGUMENT
fi