Skip to content

Commit

Permalink
updated to document -b and -s options -- fixes for BTEMAN-33
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Oct 20, 2009
1 parent 42ac62a commit 26343ce
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bin/submit.sh
Expand Up @@ -24,11 +24,15 @@
# shell script which submits a request to the Byteman agent listener
# either to list, install or uninstall rule scripts
#
# usage: submit [-l|-u] [script1 . . . scriptN]
# usage: submit [-l|-u] [script1 . . . scriptN] | [-b | -s] bootjar1 . . .
# -l (default) install rules in script1 . . . scriptN
# with no args list all installed rules
# with no scripts list all installed rules
# -u uninstall rules in script1 . . . scriptN
# with no args uninstall all installed rules
# with no scripts uninstall all installed rules
#
# -b install jar files bootjar1 etc into bootstrap classpath
#
# -s install jar files bootjar1 etc into system classpath
#
# use BYTEMAN_HOME to locate installed byteman release
if [ -z "$BYTEMAN_HOME" ]; then
Expand Down

0 comments on commit 26343ce

Please sign in to comment.