Skip to content

Commit 9fccd54

Browse files
authored
Merge pull request #698 from rubionic/improve_help_scp_linting_fix
Fix linting errors in improve_help_scp branch
2 parents c3e0b31 + 728230a commit 9fccd54

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\"). 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."`
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)