diff --git a/src/home/homectl.c b/src/home/homectl.c index 56f6096769..f863b38280 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -3603,6 +3603,7 @@ static int parse_argv(int argc, char *argv[]) { r = drop_from_identity("rebalanceWeight"); if (r < 0) return r; + break; } if (streq(optarg, "off")) @@ -3685,6 +3686,7 @@ static int parse_argv(int argc, char *argv[]) { r = drop_from_identity("dropCaches"); if (r < 0) return r; + break; } r = parse_boolean_argument("--drop-caches=", optarg, &drop_caches);