From c13949df9cd4bc4d36e42e0db7c44785b560fb9e Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 5 Dec 2013 15:30:27 +0000 Subject: [PATCH] help text fixed --- externalLinks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externalLinks b/externalLinks index 548e281..9208a2d 100755 --- a/externalLinks +++ b/externalLinks @@ -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