help text fixed

This commit is contained in:
zimoch
2013-12-05 15:30:27 +00:00
parent 5e5dcbc295
commit c13949df9c

View File

@@ -4,8 +4,8 @@
version () {
echo '$Author: zimoch $' >&2
echo '$Date: 2013/11/13 09:31:51 $' >&2
echo '$Revision: 1.14 $' >&2
echo '$Date: 2013/12/05 15:30:27 $' >&2
echo '$Revision: 1.15 $' >&2
echo '$Source: /cvs/G/EPICS/App/scripts/externalLinks,v $' >&2
exit 1
}
@@ -22,7 +22,7 @@ usage () {
echo " -w | -where show record.link and target" >&2
echo " -r | -require show required modules" >&2
echo " -3.13 use lastest EPICS 3.13 version (default for SLS)" >&2
echo " -3.14 use lastest EPICS 3.14 version (default for XFEL)" >&2
echo " -3.14 use lastest EPICS 3.14 version (default for SwissFEL, HIPA)" >&2
echo " -3.x.x use specific EPICS version" >&2
echo " -- next argument is file, even if starting with -" >&2
exit 1