aboutsummaryrefslogtreecommitdiff
path: root/src/fstabinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r--src/fstabinfo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fstabinfo.c b/src/fstabinfo.c
index e06a490b..2d2a5bba 100644
--- a/src/fstabinfo.c
+++ b/src/fstabinfo.c
@@ -67,6 +67,13 @@ static struct option longopts[] = {
longopts_COMMON
{ NULL, 0, NULL, 0}
};
+static const char * const longopts_help[] = {
+ "Construct the arguments to give to mount",
+ "Extract the options field",
+ "Extract the pass number field",
+ "Extract the file system type",
+ longopts_help_COMMON
+};
#include "_usage.c"
int fstabinfo (int argc, char **argv)