pages*: fix placeholder (#13777)

* cs-resolve, git-log, vboxmanage-cloud: fix placeholder
* mt, urpmi.addmedia, mkdir: fix placeholder
This commit is contained in:
Sebastiaan Speck 2024-09-23 01:09:02 +02:00 committed by GitHub
parent 6183df3427
commit 9f81d366d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
- 遞迴建立目錄,若上層目錄尚未被建立則會一併建立:
`mkdir {{-p|--parents} {{目錄/完整/路徑}}`
`mkdir {{-p|--parents}} {{目錄/完整/路徑}}`
- 使用指定的權限建立新目錄:

View File

@ -13,7 +13,7 @@
- Resolve dependency tree in a reverse order (from a dependency to its dependencies):
`cs resolve --reverse-tree {{group_id}}:{{artifact_id}}:{{artifact_version}`
`cs resolve --reverse-tree {{group_id}}:{{artifact_id}}:{{artifact_version}}`
- Print all the libraries that depends on a specific library:

View File

@ -29,7 +29,7 @@
- Show the last N number of commits from a certain author:
`git log {{--max-count|-n} {{number}} --author "{{author}}"`
`git log {{--max-count|-n}} {{number}} --author "{{author}}"`
- Show commits between two dates (yyyy-mm-dd):

View File

@ -5,7 +5,7 @@
- List the instances in the specified state belonging to the specified compartment:
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} list instances --state={{running|terminated|paused}} --compartment-id={{compartment_id}`
`VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} list instances --state={{running|terminated|paused}} --compartment-id={{compartment_id}}`
- Create a new instance:

View File

@ -29,4 +29,4 @@
- Write EOF (End-of-file) mark at the current position:
`mt -f {{/dev/nstX} eof`
`mt -f {{/dev/nstX}} eof`

View File

@ -15,7 +15,7 @@
- Add important media from a chosen mirror:
`sudo urpmi.addmedia --distrib ftp://{{mirror_website}/mirror/mageia/distrib/{{version}}/{{arch}}`
`sudo urpmi.addmedia --distrib ftp://{{mirror_website}}/mirror/mageia/distrib/{{version}}/{{arch}}`
- Automatically select mirrors from a mirror list: