From e220358209231d215d95a7f95a3397e7611bffea Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Aug 2018 16:36:39 -0400 Subject: oops --- src/chroot-tools/librechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.2