diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c index eecaf8a0..922a0c9a 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -62,7 +62,7 @@ static struct mntent *getmntfile (FILE *fp, const char *file) static struct option longopts[] = { { "fstype", 1, NULL, 'f'}, { "mountcmd", 1, NULL, 'm'}, - { "opts", 1, NULL, 'o'}, + { "options", 1, NULL, 'o'}, { "passno", 1, NULL, 'p'}, longopts_COMMON { NULL, 0, NULL, 0} |