mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
birdc, pageres: adjust square brackets (#23336)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
- Show all routes that contain a specific AS number:
|
||||
|
||||
`birdc "show route where bgp_path ~ [{{4242120045}}]"`
|
||||
`birdc "show route where bgp_path ~ {{4242120045}}"`
|
||||
|
||||
- Show all best routes:
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
- Provide specific options for a URL, overriding global options:
|
||||
|
||||
`pageres [{{https://example.com/}} {{1366x768}} --no-crop] [{{https://example2.com/}} {{1024x768}}] {{[-c|--crop]}}`
|
||||
`pageres [ {{https://example.com/}} {{1366x768}} --no-crop ] [ {{https://example2.com/}} {{1024x768}} ] {{[-c|--crop]}}`
|
||||
|
||||
- Provide a custom filename template:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user