diff options
author | le <le@FreeBSD.org> | 2004-02-16 23:04:52 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2004-02-16 23:04:52 +0000 |
commit | 3865a730901d1fe8b408a66773e790df11eadee5 (patch) | |
tree | f66e4fee300125f8bd6908d4da48c1fe35a62c33 /sbin | |
parent | d034a2d7ecd1703fd1c3012696d6336477ac2684 (diff) | |
download | FreeBSD-src-3865a730901d1fe8b408a66773e790df11eadee5.zip FreeBSD-src-3865a730901d1fe8b408a66773e790df11eadee5.tar.gz |
Also remove "makedev" from the online help.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/vinum/commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 0b251d2..e0eef57 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -1243,8 +1243,6 @@ vinum_help(int argc, char *argv[], char *argv0[]) " List information about plexes.\n" "lv [-r] [-s] [-v] [-V] [volume]\n" " List information about volumes.\n" - "makedev\n" - " Remake the device nodes in /dev/vinum.\n" "mirror [-f] [-n name] [-s] [-v] drives\n" " Create a mirrored volume from the specified drives.\n" "move | mv -f drive object ...\n" |