1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 09:15:47 +02:00

*: remove placeholders from descriptions (#17542)

This commit is contained in:
Managor 2025-08-08 15:11:34 +03:00 committed by GitHub
parent 3872278f35
commit 02ace94daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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 ...}}`

View file

@ -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}}`

View file

@ -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}}`

View file

@ -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}}`

View file

@ -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}}`