diff options
Diffstat (limited to 'xsh')
-rwxr-xr-x | xsh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ SCRIPT=$(basename $0) -function usage () { +usage() { echo "Usage: $SCRIPT [--x] [--verbose] [[--su |{user}@]{host}] [--] [remote command...]" } -function termwrapper () { +termwrapper() { PRG=$@ titletext="$title $titleopt" if [ "$V" = 1 ]; then |