diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-27 04:13:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-27 04:13:41 +0000 |
commit | 3bae65cbb4bbdb0d1a64192fe6c2ccfb437af398 (patch) | |
tree | 50e13aee590a7f034109b9629c464c31b3c14a76 /sbin | |
parent | a6f60b883a6a7c7e9e529e0e3b85b1e738e32ad7 (diff) |
sync usage(); ok grunk
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_vnd/mount_vnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_vnd/mount_vnd.c b/sbin/mount_vnd/mount_vnd.c index 4de5a76565c..aad95b35ab5 100644 --- a/sbin/mount_vnd/mount_vnd.c +++ b/sbin/mount_vnd/mount_vnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_vnd.c,v 1.2 2007/05/27 03:19:15 ray Exp $ */ +/* $OpenBSD: mount_vnd.c,v 1.3 2007/05/27 04:13:40 jmc Exp $ */ /* * Copyright (c) 1993 University of Utah. * Copyright (c) 1990, 1993 @@ -330,7 +330,7 @@ usage(void) if (run_mount_vnd) (void)fprintf(stderr, - "usage: %s [-ckluv] [-o mntopts] [-K rounds] " + "usage: %s [-k] [-K rounds] [-o options] " "[-S saltfile] image vnd_dev\n", __progname); else (void)fprintf(stderr, |