diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2004-01-29 14:42:26 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2004-01-29 14:42:26 +0000 |
| commit | 6f7cdc55f1a59b6df607779096525018283c8db0 (patch) | |
| tree | d7f05a4c560651bf638cdd56f05f015535bf14bc /sbin/mount | |
| parent | 4c57a8cabe00dc7235407183d70cccb0101a0ee2 (diff) | |
Notes
Diffstat (limited to 'sbin/mount')
| -rw-r--r-- | sbin/mount/mount.8 | 1 | ||||
| -rw-r--r-- | sbin/mount/mount.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 486b17f5a0bd5..7aac5dbbbd981 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -41,6 +41,7 @@ .Sh SYNOPSIS .Nm .Op Fl adfpruvw +.Op Fl o Ar options .Op Fl F Ar fstab .Op Fl t Ar ufs | external_type .Nm diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c index 8c825d04d9ffa..3780925a375e2 100644 --- a/sbin/mount/mount.c +++ b/sbin/mount/mount.c @@ -706,7 +706,7 @@ usage() (void)fprintf(stderr, "%s\n%s\n%s\n", "usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node", -" mount [-adfpruvw] [ -F fstab] [-t ufs | external_type]", +" mount [-adfpruvw] [-o options] [ -F fstab] [-t ufs | external_type]", " mount [-dfpruvw] special | node"); exit(1); } |
