1
1
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:
Thomas Hindoe Paaboel Andersen 2013-11-09 14:11:56 +01:00
parent dbb642afae
commit b226deba78

View File

@ -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) {