Corrected feedback e-mail address (merged r3112 and r3113 from the trunk).

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.0.0.x@3114 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-12-16 16:25:23 +00:00
parent 5c4c0defea
commit 3ce2f9446c
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@ iscsi-scst-adm can't use target names or aliases, only the tid found in /proc/sc
.IP "\(bu" 4
/proc/scsi_tgt/iscsi may list inactive sessions if the initiator doesn't logout properly.
.PP
Report bugs to <iscsitarget\-devel@sourceforge.net>.
Report bugs to <scst\-devel@lists.sourceforge.net>.
.SH "FILES"
.IX Header "FILES"
/proc/scsi_tgt/iscsi

View File

@@ -113,7 +113,7 @@ iSCSI-SCST Target Administration Utility.\n\
--version display version and exit\n\
--help display this help and exit\n\
\n\
Report bugs to <iscsitarget-devel@sourceforge.net>.\n");
Report bugs to <scst-devel@lists.sourceforge.net>.\n");
}
exit(status == 0 ? 0 : -1);
}