*: clean up token syntax delimiters (#5677)

This commit is contained in:
bl-ue
2021-04-03 20:08:57 -04:00
committed by GitHub
parent 66f3c0dfce
commit 289787c7e8
20 changed files with 21 additions and 21 deletions

View File

@@ -12,4 +12,4 @@
- Search for pages that only contain all of the expressions given (AND search):
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}`
`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}}`

View File

@@ -13,7 +13,7 @@
- Make a RGB virtual mosaic from 3 single-band input files:
`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}] {{path/to/green.tif}} {{path/to/blue.tif}}`
`gdalbuildvrt -separate {{path/to/rgb.vrt}} {{path/to/red.tif}} {{path/to/green.tif}} {{path/to/blue.tif}}`
- Make a virtual mosaic with blue background colour (RGB: 0 0 255):

View File

@@ -9,7 +9,7 @@
- Resize a video file to 320x240:
`handbrakecli -i {{input.mp4}} -o {{output.mp4} -w 320 -l 240`
`handbrakecli -i {{input.mp4}} -o {{output.mp4}} -w 320 -l 240`
- List available presets:

View File

@@ -13,4 +13,4 @@
- Combine audio from one file and video from another:
`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}`
`mp4box -add {{input1.mp4}}#audio -add {{input2.mp4}}#video {{output.mp4}}`