diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-27 22:02:57 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-27 22:02:57 +0200 |
commit | f2e43844bf47557b937c042c4e08839de3bafeed (patch) | |
tree | 0424f1790c23fe022386499ea4019d5a322fae48 /tools/rexec.sh | |
parent | 2692e34e5c38537680ea3d33c762c96bb1112a0e (diff) | |
download | ltask-f2e43844bf47557b937c042c4e08839de3bafeed.tar.gz |
fixed help text
Diffstat (limited to 'tools/rexec.sh')
-rwxr-xr-x | tools/rexec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rexec.sh b/tools/rexec.sh index 0b54a74..b45410c 100755 --- a/tools/rexec.sh +++ b/tools/rexec.sh @@ -65,7 +65,7 @@ function parse_args() { } function print_help() { - echo << EOF + cat << EOF Execute a script on a remote host via SSH Usage: |