diff --git a/bin/bpatchfull b/bin/bpatchfull index 1d8737e7..4c465a69 100755 --- a/bin/bpatchfull +++ b/bin/bpatchfull @@ -5,11 +5,11 @@ # # Usage: # -# bpatchfull hostname [norestart] +# bpatchfull [user@]hostname [norestart] # -# hostname : the hostname of the bubble node to update -# Usually you will have an entry in ~/.ssh/config to set the username and ssh key -# norestart : If present, do not restart the API server after updating the jar file +# [user@]hostname : the hostname of the bubble node to update. Optionally, also specify a username. +# Usually you will have an entry in ~/.ssh/config to set the username and ssh key +# norestart : If present, do not restart the API server after updating the jar file # # Patch the bubble.jar on a remote node. # This script updates the entire jar file, and takes a lot longer than bpatch