diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-10 09:19:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-10 09:19:34 +0000 |
| commit | 8d646af581627781d0f44bd773f64304834dd2e7 (patch) | |
| tree | d6dac94023a6f3bfab88fb797e8cd641b0e912b2 /sbin/mount_nullfs | |
| parent | 5bcb8532a8e86dfd432dd00a52d55465a98803ec (diff) | |
Notes
Diffstat (limited to 'sbin/mount_nullfs')
| -rw-r--r-- | sbin/mount_nullfs/mount_nullfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c index 175200bddbd2e..0c947a923ecb5 100644 --- a/sbin/mount_nullfs/mount_nullfs.c +++ b/sbin/mount_nullfs/mount_nullfs.c @@ -138,6 +138,6 @@ static void usage() { (void)fprintf(stderr, - "usage: mount_nullfs [-o options] target_fs mount_point\n"); + "usage: mount_nullfs [-o options] target mount-point\n"); exit(1); } |
