diff options
author | Roy Marples <roy@marples.name> | 2008-04-19 17:19:59 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-04-19 17:19:59 +0000 |
commit | d83ae59ccabcde6cf1bee735c794cea2069c0a34 (patch) | |
tree | 69ae56a9c8934f92efd861daf6666ac079c13657 | |
parent | 18b41087551da7346cb419ed2135674277c2507a (diff) |
Add help for mountargs, #63
-rw-r--r-- | src/rc/fstabinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index b596ccf9..644f3530 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -138,7 +138,8 @@ static const struct option longopts[] = { }; static const char * const longopts_help[] = { "Extract the block device", - "Mounts the filesytem from the mountpoint", + "Mounts the filesytem from the mountpoint", + "Show arguments needed to mount the entry", "Extract the options field", "Extract or query the pass number field", "List entries with matching file system type", |