diff options
author | Roy Marples <roy@marples.name> | 2008-05-12 08:34:42 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-12 08:34:42 +0000 |
commit | 98946697423c10d5ec0f68cd4f69ec44264b3cde (patch) | |
tree | 736636d2936590a961dd4d5fa11f66df0390bd19 | |
parent | b732df31efa47244a88a0faf8d503e96da1b0777 (diff) |
Fix help text, #75.
-rw-r--r-- | src/rc/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 65b3993b..0013c941 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -137,8 +137,8 @@ static const struct option longopts[] = { longopts_COMMON }; static const char * const longopts_help[] = { - "Extract the block device", "Mounts the filesytem from the mountpoint", + "Extract the block device", "Show arguments needed to mount the entry", "Extract the options field", "Extract or query the pass number field", |