mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
delta.c: fix option '-t'
Both the help and man page claims that it accepts -t with an argument so let's do that.
This commit is contained in:
parent
e26970a82c
commit
377ec8bf19
@ -352,7 +352,7 @@ static int parse_argv(int argc, char *argv[]) {
|
||||
assert(argc >= 1);
|
||||
assert(argv);
|
||||
|
||||
while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) {
|
||||
while ((c = getopt_long(argc, argv, "ht:", options, NULL)) >= 0) {
|
||||
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user