We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ceaef commit 850eebdCopy full SHA for 850eebd
bin/sr3_ssh
@@ -6,7 +6,7 @@ source "${BASH_SOURCE%/*}/sr3_utils"
6
if [[ $# == 0 ]]; then
7
echo '[ERROR] no destination given'
8
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"
+ echo ' or sr3_ssh -nN , where N is the line number in the DSH machine list you want to connect to'
10
exit 2
11
fi
12
0 commit comments