1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Clarify renaming of codespaces from the CLI (#46975)

This commit is contained in:
hubwriter
2023-12-04 09:33:21 +00:00
committed by GitHub
parent f93348fdc8
commit 3b8d76617c
2 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ For more information, see "[AUTOTITLE](/codespaces/developing-in-a-codespace/del
### Rename a codespace
```shell
gh codespace edit -c CODESPACE-NAME -d DISPLAY-NAME
gh codespace edit -c CODESPACE-NAME -d 'DISPLAY-NAME'
```
For more information, see "[AUTOTITLE](/codespaces/customizing-your-codespace/renaming-a-codespace?tool=cli)."