mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
gh-browse: refresh page: fix placeholders (#9743)
This commit is contained in:
parent
19d7368c35
commit
b614e6714c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue