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 c3c7374..e39b105 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -87,7 +87,7 @@ main() {
l) CHROOTCOPY=$OPTARG;;
N) archroot_args+=(-N);;
- C) mode=clean_repo
+ C) mode=clean_repo;;
c) mode=clean_pacman;;
I) mode=install_file; ARG=$OPTARG;;
I) mode=install_pkg; ARG=$OPTARG;;