summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-05-25 20:08:50 +0000
committerle <le@FreeBSD.org>2004-05-25 20:08:50 +0000
commitad65278a448574d005a0502280025926dedcd345 (patch)
tree86b9ee89232bb6c3c2bbde45399fb723b9806719 /sbin/vinum
parent872786a58d1d3c7985fc4ae422ebe17ec845bcb1 (diff)
downloadFreeBSD-src-ad65278a448574d005a0502280025926dedcd345.zip
FreeBSD-src-ad65278a448574d005a0502280025926dedcd345.tar.gz
'ld' lists drives, not volumes.
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/commands.c2
-rw-r--r--sbin/vinum/vinum.84
2 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index 9aa2d9f..f333954 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -1235,7 +1235,7 @@ vinum_help(int argc, char *argv[], char *argv0[])
" Create a volume label.\n"
"l | list [-r] [-s] [-v] [-V] [volume | plex | subdisk]\n"
" List information about specified objects.\n"
- "ld [-r] [-s] [-v] [-V] [volume]\n"
+ "ld [-r] [-s] [-v] [-V] [drive]\n"
" List information about drives.\n"
"ls [-r] [-s] [-v] [-V] [subdisk]\n"
" List information about subdisks.\n"
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8
index 434fad3..fd8db09 100644
--- a/sbin/vinum/vinum.8
+++ b/sbin/vinum/vinum.8
@@ -122,7 +122,7 @@ List information about specified objects.
.Op Fl s
.Op Fl v
.Op Fl V
-.Op Ar volume
+.Op Ar drive
.Xc
List information about drives.
.It Xo
@@ -821,7 +821,7 @@ This command is deprecated.
.Op Fl s
.Op Fl v
.Op Fl V
-.Op Ar volume
+.Op Ar drive
.Xc
.It Xo
.Ic ls
OpenPOWER on IntegriCloud