mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-06 05:44:59 +03:00
@@ -73,7 +73,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 0);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "ust:r:h", options, NULL)) >= 0)
|
||||
while ((c = getopt_long(argc, argv, "sr:h", options, NULL)) >= 0)
|
||||
switch (c) {
|
||||
|
||||
case 'h':
|
||||
|
Reference in New Issue
Block a user