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
6 changed files with 6 additions and 6 deletions

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):