Skip to content

Commit c3e0b31

Browse files
rkosterpeanball
andauthored
Apply suggestion from @peanball
Co-authored-by: Alexander Lais <Alexander.lais@me.com>
1 parent a6c318d commit c3e0b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/opts/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ type SCPOpts struct {
10191019
}
10201020

10211021
type SCPArgs struct {
1022-
Paths []string `positional-arg-name:"PATH" description:"Strings referencing remote (e.g. \":/some/remote/path\" -- \"user@host\" may be omitted) or local paths (e.g. \"./some/local/path\"). See CLI documentation for more examples."`
1022+
Paths []string `positional-arg-name:"PATH" description:"Strings referencing remote (e.g. \":/some/remote/path\" -- \"user@host\" may be omitted) or local paths (e.g. \"./some/local/path\"). To target specific instances, a bosh instance selector (`instance-group/id`, e.g. router/1) can be used in place of host, e.g. `bosh scp router/1:/path/on/instance /tmp/local/path. See CLI documentation for more examples."`
10231023
}
10241024

10251025
type GatewayFlags struct {

0 commit comments

Comments
 (0)