summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-10 09:19:34 +0000
committerru <ru@FreeBSD.org>2005-02-10 09:19:34 +0000
commit719be5d34133092608f2cb4b6a8acd6cf2c403c6 (patch)
treed6dac94023a6f3bfab88fb797e8cd641b0e912b2 /sbin/mount_ntfs
parent7b37822a694ba18e94110b97e574dc91753e1d6c (diff)
downloadFreeBSD-src-719be5d34133092608f2cb4b6a8acd6cf2c403c6.zip
FreeBSD-src-719be5d34133092608f2cb4b6a8acd6cf2c403c6.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r--sbin/mount_ntfs/mount_ntfs.812
-rw-r--r--sbin/mount_ntfs/mount_ntfs.c4
2 files changed, 8 insertions, 8 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8
index 17902b2..15f49df 100644
--- a/sbin/mount_ntfs/mount_ntfs.8
+++ b/sbin/mount_ntfs/mount_ntfs.8
@@ -40,8 +40,8 @@
.Nm
.Op Fl a
.Op Fl i
-.Op Fl u Ar uid
-.Op Fl g Ar gid
+.Op Fl u Ar user
+.Op Fl g Ar group
.Op Fl m Ar mask
.Op Fl C Ar charset
.Op Fl W Ar u2wtable
@@ -69,14 +69,14 @@ Force behaviour to return MS-DOS 8.3 names also on
.Fn readdir .
.It Fl i
Make name lookup case insensitive for all names except POSIX names.
-.It Fl u Ar uid
+.It Fl u Ar user
Set the owner of the files in the file system to
-.Ar uid .
+.Ar user .
The default owner is the owner of the directory
on which the file system is being mounted.
-.It Fl g Ar gid
+.It Fl g Ar group
Set the group of the files in the file system to
-.Ar gid .
+.Ar group .
The default group is the group of the directory
on which the file system is being mounted.
.It Fl m Ar mask
diff --git a/sbin/mount_ntfs/mount_ntfs.c b/sbin/mount_ntfs/mount_ntfs.c
index 3bd6528..54bb38e 100644
--- a/sbin/mount_ntfs/mount_ntfs.c
+++ b/sbin/mount_ntfs/mount_ntfs.c
@@ -255,9 +255,9 @@ usage()
#ifdef TRANSITION_PERIOD_HACK
fprintf(stderr, "%s\n%s\n",
"usage: mount_ntfs [-a] [-i] [-u user] [-g group] [-m mask]",
- " [-C charset] [-W u2wtable] bdev dir");
+ " [-C charset] [-W u2wtable] special node");
#else
- fprintf(stderr, "usage: mount_ntfs [-a] [-i] [-u user] [-g group] [-m mask] [-C charset] bdev dir\n");
+ fprintf(stderr, "usage: mount_ntfs [-a] [-i] [-u user] [-g group] [-m mask] [-C charset] special node\n");
#endif
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud