mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
mute-console: remove unimplemented option
```
$ build/systemd-mute-console -q
Code should not be reached at src/mute-console/mute-console.c:103, function parse_argv(). Aborting. 💥
Aborted (core dumped)
```
This commit is contained in:
committed by
Lennart Poettering
parent
f0a1b3c183
commit
13abd21c9f
@@ -72,7 +72,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "hq", options, NULL)) >= 0) {
|
||||
while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user