[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, upstream-mnc, updated. 2.0-872-193-gde2c0e7

Mike Christie michaelc at cs.wisc.edu
Sat Apr 7 15:43:20 UTC 2012


The following commit has been merged in the upstream-mnc branch:
commit 406a7f3074c12757f0db75fc297ef10d2bcc6002
Author: Mike Christie <michaelc at cs.wisc.edu>
Date:   Mon Jun 20 10:35:16 2011 -0500

    iscsiadm: fix discoverydb help
    
    iscsiadm help command displayed discovery2 instead of discoverydb.

diff --git a/usr/iscsiadm.c b/usr/iscsiadm.c
index 3c8abd2..5972d01 100644
--- a/usr/iscsiadm.c
+++ b/usr/iscsiadm.c
@@ -109,7 +109,7 @@ static void usage(int status)
 			program_name);
 	else {
 		printf("\
-iscsiadm -m discovery2 [ -hV ] [ -d debug_level ] [-P printlevel] [ -t type -p ip:port -I ifaceN ... [ -Dl ] ] | [ [ -p ip:port -t type] \
+iscsiadm -m discoverydb [ -hV ] [ -d debug_level ] [-P printlevel] [ -t type -p ip:port -I ifaceN ... [ -Dl ] ] | [ [ -p ip:port -t type] \
 [ -o operation ] [ -n name ] [ -v value ] [ -lD ] ] \n\
 iscsiadm -m discovery [ -hV ] [ -d debug_level ] [-P printlevel] [ -t type -p ip:port -I ifaceN ... [ -l ] ] | [ [ -p ip:port ] [ -l | -D ] ] \n\
 iiscsiadm -m node [ -hV ] [ -d debug_level ] [ -P printlevel ] [ -L all,manual,automatic ] [ -U all,manual,automatic ] [ -S ] [ [ -T targetname -p ip:port -I ifaceN ] [ -l | -u | -R | -s] ] \

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list