Skip to content

Commit

Permalink
Add short form of command.
Browse files Browse the repository at this point in the history
  • Loading branch information
minfrin committed Jan 14, 2020
1 parent 259f493 commit dd485d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retry.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int main (int argc, char **argv)
long int delay = DEFAULT_DELAY;
long int times = DEFAULT_TIMES;

while ((c = getopt_long(argc, argv, "d:m:u:w:hv", long_options, NULL)) != -1) {
while ((c = getopt_long(argc, argv, "d:m:t:u:w:hv", long_options, NULL)) != -1) {

switch (c)
{
Expand Down

0 comments on commit dd485d1

Please sign in to comment.