pages*: fix placeholder (#13777)
* cs-resolve, git-log, vboxmanage-cloud: fix placeholder * mt, urpmi.addmedia, mkdir: fix placeholder
This commit is contained in:
@@ -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:
|
||||
|
||||
|
@@ -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):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user