summaryrefslogtreecommitdiff
path: root/src/rc/fstabinfo.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-04-19 17:19:59 +0000
committerRoy Marples <roy@marples.name>2008-04-19 17:19:59 +0000
commitd83ae59ccabcde6cf1bee735c794cea2069c0a34 (patch)
tree69ae56a9c8934f92efd861daf6666ac079c13657 /src/rc/fstabinfo.c
parent18b41087551da7346cb419ed2135674277c2507a (diff)
downloadopenrc-d83ae59ccabcde6cf1bee735c794cea2069c0a34.tar.gz
openrc-d83ae59ccabcde6cf1bee735c794cea2069c0a34.tar.bz2
openrc-d83ae59ccabcde6cf1bee735c794cea2069c0a34.tar.xz
Add help for mountargs, #63
Diffstat (limited to 'src/rc/fstabinfo.c')
-rw-r--r--src/rc/fstabinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c
index b596ccf..644f353 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",