diff options
Diffstat (limited to 'miscutils/makedevs.c')
-rw-r--r-- | miscutils/makedevs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 6a3e808..d36c695 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c @@ -78,7 +78,7 @@ int makedevs_main(int argc, char **argv) int linenum = 0; int ret = EXIT_SUCCESS; - getopt32(argc, argv, "d:", &line); + getopt32(argv, "d:", &line); if (line) table = xfopen(line, "r"); |