Merge pull request #4842 from cli/gh-cs-cp-help-typo
gh cs cp --help: fix typo
This commit is contained in:
commit
0052199a4c
1 changed files with 2 additions and 2 deletions
|
|
@ -179,9 +179,9 @@ func newCpCmd(app *App) *cobra.Command {
|
|||
provided by untrusted users; see <https://lwn.net/Articles/835962/> for discussion.
|
||||
`, "`"),
|
||||
Example: heredoc.Doc(`
|
||||
$ gh codespace cp -e README.md 'remote:/workspace/$RepositoryName/'
|
||||
$ gh codespace cp -e README.md 'remote:/workspaces/$RepositoryName/'
|
||||
$ gh codespace cp -e 'remote:~/*.go' ./gofiles/
|
||||
$ gh codespace cp -e 'remote:/workspace/myproj/go.{mod,sum}' ./gofiles/
|
||||
$ gh codespace cp -e 'remote:/workspaces/myproj/go.{mod,sum}' ./gofiles/
|
||||
`),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return app.Copy(cmd.Context(), args, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue