mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 13:35:43 +02:00
*: remove placeholders from descriptions (#17542)
This commit is contained in:
parent
3872278f35
commit
02ace94daf
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
`crane index filter`
|
`crane index filter`
|
||||||
|
|
||||||
- Specify the platform(s) to keep from base in the form os/arch{{/variant}}{{:osversion}}{{,<platform>}}:
|
- Specify the platform(s) to keep from base in the form `os/arch/variant:osversion,platform`:
|
||||||
|
|
||||||
`crane index filter --platform {{platform1 platform2 ...}}`
|
`crane index filter --platform {{platform1 platform2 ...}}`
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
`crane mutate {{[-o|--output]}} {{path/to/tarball}}`
|
`crane mutate {{[-o|--output]}} {{path/to/tarball}}`
|
||||||
|
|
||||||
- Repository in the form os/arch{{/variant}}{{:osversion}}{{,<platform>}} to push mutated image:
|
- Repository in the form `os/arch/variant:osversion,platform` to push mutated image:
|
||||||
|
|
||||||
`crane mutate --set-platform {{platform_name}}`
|
`crane mutate --set-platform {{platform_name}}`
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
`crane --insecure {{subcommand}}`
|
`crane --insecure {{subcommand}}`
|
||||||
|
|
||||||
- Specify the platform in the form os/arch{{/variant}}{{:osversion}} (e.g. linux/amd64). (default all):
|
- Specify the platform in the form `os/arch/variant:osversion` (e.g. `linux/amd64`). (default all):
|
||||||
|
|
||||||
`crane --platform {{platform}} {{subcommand}}`
|
`crane --platform {{platform}} {{subcommand}}`
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
`gcrane --insecure {{subcommand}}`
|
`gcrane --insecure {{subcommand}}`
|
||||||
|
|
||||||
- Specify the platform in the form os/arch{{/variant}}{{:osversion}} (e.g. linux/amd64). (default all):
|
- Specify the platform in the form `os/arch/variant:osversion` (e.g. `linux/amd64`). (default all):
|
||||||
|
|
||||||
`gcrane --platform {{platform}} {{subcommand}}`
|
`gcrane --platform {{platform}} {{subcommand}}`
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
`sudo aide {{[-u|--update]}}`
|
`sudo aide {{[-u|--update]}}`
|
||||||
|
|
||||||
- Define a config file to override the default {{./aide.conf}}:
|
- Define a config file to override the default `./aide.conf`:
|
||||||
|
|
||||||
`sudo aide {{[-c|--config]}} {{path/to/config_file}}`
|
`sudo aide {{[-c|--config]}} {{path/to/config_file}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue