summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-07 16:36:39 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-07 16:36:39 -0400
commite220358209231d215d95a7f95a3397e7611bffea (patch)
treec6b3769cef00733837a000265bfd69500ffbe563 /src/chroot-tools/librechroot
parentca8266cc911101b6508e95fa4d8977aa193d34e1 (diff)
oops
Diffstat (limited to 'src/chroot-tools/librechroot')
-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