Skip to content

Commit

Permalink
Syntax highlighters look for END
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Beekhof committed Jun 9, 2009
1 parent 207c54f commit e5adac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions heartbeat/WAS
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DEFAULT=$WASDIR/config/server-cfg.xml
usage() {
methods=`WAS_methods | grep -v methods`
methods=`echo $methods | tr ' ' '|'`
cat <<-!
cat <<-END
usage: $0 ($methods)
For the single server edition of WAS, you have to set the following
Expand Down Expand Up @@ -97,7 +97,7 @@ usage() {
We run servlet/snoop on the first transport port listed in
the config file for the "monitor" operation.
!
END
}

meta_data() {
Expand Down
4 changes: 2 additions & 2 deletions heartbeat/WAS6
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DEFAULT=default
usage() {
methods=`WAS_methods | grep -v methods`
methods=`echo $methods | tr ' ' '|'`
cat <<-!
cat <<-END
usage: $0 ($methods)
For the single server edition of WAS6, you have to set the following
Expand Down Expand Up @@ -79,7 +79,7 @@ usage() {
We run servlet/snoop on the seventh transport port listed in
the config file for the "monitor" operation.
!
END
}

meta_data() {
Expand Down

0 comments on commit e5adac7

Please sign in to comment.