Skip to content

Commit 850eebd

Browse files
fix
1 parent 35ceaef commit 850eebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sr3_ssh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "${BASH_SOURCE%/*}/sr3_utils"
66
if [[ $# == 0 ]]; then
77
echo '[ERROR] no destination given'
88
echo 'Usage: sr3_ssh destination_server'
9-
echo ' or sr3_ssh -nN , where N is the line number in the DSH machine list you want to connect to"
9+
echo ' or sr3_ssh -nN , where N is the line number in the DSH machine list you want to connect to'
1010
exit 2
1111
fi
1212

0 commit comments

Comments
 (0)