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