From 26343ce45eda7221cb618d9f055d1eab19662388 Mon Sep 17 00:00:00 2001 From: Andrew Dinn Date: Tue, 20 Oct 2009 10:28:22 +0000 Subject: [PATCH] updated to document -b and -s options -- fixes for BTEMAN-33 --- bin/submit.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/submit.sh b/bin/submit.sh index f022808..d825e9d 100755 --- a/bin/submit.sh +++ b/bin/submit.sh @@ -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