r72 - mdadm/trunk/debian
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Wed Aug 2 19:28:02 UTC 2006
Author: madduck
Date: 2006-08-02 19:28:02 +0000 (Wed, 02 Aug 2006)
New Revision: 72
Modified:
mdadm/trunk/debian/checkarray
Log:
updated --help output
Modified: mdadm/trunk/debian/checkarray
===================================================================
--- mdadm/trunk/debian/checkarray 2006-08-02 19:11:46 UTC (rev 71)
+++ mdadm/trunk/debian/checkarray 2006-08-02 19:28:02 UTC (rev 72)
@@ -5,7 +5,7 @@
# Copyright © 2006 martin f. krafft <madduck at debian.org>
# distributed under the terms of the Artistic Licence.
#
-REVISION=2006.08.02.1620
+REVISION=2006.08.02.2025
PROGNAME=${0##*/}
@@ -25,7 +25,9 @@
echo "Valid options are:"
cat <<-_eof | column -s\& -t
-a|--all & check all assembled arrays (check /proc/mdstat).
- -c|--cron & honour setting AUTOCHECK in /etc/default/mdadm.
+ -c|--cron & honour AUTOCHECK setting in /etc/default/mdadm.
+ -s|--status & print redundancy check status of devices.
+ -x|--cancel & queue a request to cancel a running redundancy check.
-q|--quiet & suppress informational messages.
-Q|--real-quiet & suppress all output messages, including warnings and errors.
-h|--help & show this output.
@@ -34,7 +36,9 @@
echo
echo "Examples:"
echo " $PROGNAME --all"
- echo " $PROGNAME /dev/md[123]"
+ echo " $PROGNAME --quiet /dev/md[123]"
+ echo " $PROGNAME -sa"
+ echo " $PROGNAME -x --all"
echo
echo "Devices can be specified in almost any format. The following are"
echo "all equivalent:"
More information about the pkg-mdadm-commits
mailing list