We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0522a26 commit 1ff09efCopy full SHA for 1ff09ef
2 files changed
README.md
@@ -54,7 +54,7 @@ See the `-g` flag.
54
default: -o ConnectTimeout=5
55
-o StrictHostKeyChecking=no
56
-o UserKnownHostsFile=/dev/null
57
- --logfile FILE Append SSH output to a custom file
+ --logfile FILE Append SSH output to a file
58
```
59
60
### Examples
runoverssh
@@ -47,7 +47,7 @@ print_help() {
47
error " default: -o ConnectTimeout=5"
48
error " -o StrictHostKeyChecking=no"
49
error " -o UserKnownHostsFile=/dev/null"
50
- error " --logfile FILE Append SSH output to a custom file"
+ error " --logfile FILE Append SSH output to a file"
51
error ""
52
error "Examples:"
53
0 commit comments