mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-13 13:17:43 +03:00
bootctl: remove unused options from getopt_long
This commit is contained in:
parent
dbb642afae
commit
b226deba78
@ -61,7 +61,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "+hH:P", options, NULL)) >= 0) {
|
||||
while ((c = getopt_long(argc, argv, "+h", options, NULL)) >= 0) {
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user