mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
updatectl: remove unimplemented option
This commit is contained in:
committed by
Lennart Poettering
parent
8c7c016635
commit
5b9de8adef
@@ -1240,7 +1240,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "hH:M:", options, NULL)) >= 0) {
|
||||
while ((c = getopt_long(argc, argv, "hH:", options, NULL)) >= 0) {
|
||||
switch (c) {
|
||||
|
||||
case 'h':
|
||||
|
||||
Reference in New Issue
Block a user