gh-browse: refresh page: fix placeholders (#9743)

pull/23/head
Emily Grace Seville 2023-05-02 19:30:27 +10:00 committed by GitHub
parent 19d7368c35
commit b614e6714c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
- Open a specific issue or pull request in the web browser:
`gh browse {{issue_or_pull_request_number}}`
`gh browse {{issue_number|pull_request_number}}`
- Open a specific branch in the web browser:
@ -29,7 +29,7 @@
- Open a specific file or directory of the current repository in the web browser:
`gh browse {{path_from_root_of_repository}}`
`gh browse {{path/to/file_or_directory}}`
- Print the destination URL without open the web browser: