Wrap path to file in backticks
This commit is contained in:
parent
b70c28ba20
commit
8eec3e8040
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ func newCpCmd(app *App) *cobra.Command {
|
|||
provided by untrusted users; see <https://lwn.net/Articles/835962/> for discussion.
|
||||
|
||||
By default, the 'cp' command will create a public/private ssh key pair to authenticate with
|
||||
the codespace inside the ~/.ssh directory.
|
||||
the codespace inside the %[1]s~/.ssh directory%[1]s.
|
||||
`, "`"),
|
||||
Example: heredoc.Doc(`
|
||||
$ gh codespace cp -e README.md 'remote:/workspaces/$RepositoryName/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue