From d996f0a884c78540e304dcec4cd4681cd88e91fd Mon Sep 17 00:00:00 2001 From: Kelly Yancey Date: Wed, 9 Aug 2000 21:29:22 +0000 Subject: [PATCH] Include new modepage list (-l) option in the verbose usage. --- sbin/camcontrol/camcontrol.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index c7e96cd2a12a..f955d29677ec 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -3033,6 +3033,7 @@ usage(int verbose) "-E have the kernel attempt to perform SCSI error recovery\n" "-C count specify the SCSI command retry count (needs -E to work)\n" "modepage arguments:\n" +"-l list all available mode pages\n" "-m page specify the mode page to view or edit\n" "-e edit the specified mode page\n" "-b force view to binary mode\n"