Commit a6c318d
committed
Improve
- It is non-obvious how to compose remote path references for the `bosh
scp` command. This change provides a minimal example of a remote path
reference (`:/some/remote/path`) when help for scp is invoked. This
example should be sufficient to allow a user to guess at what this
command wants in order to target a remote path. It directs users to
the documentation for further examples (as there are some other
"special" parameters one can use with these path arguments that are
not enumerated in the CLI help).bosh scp -h
1 parent e67ae64 commit a6c318d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2912 | 2912 | | |
2913 | 2913 | | |
2914 | 2914 | | |
2915 | | - | |
| 2915 | + | |
2916 | 2916 | | |
2917 | 2917 | | |
2918 | 2918 | | |
| |||
0 commit comments