mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2183 (markdown)
@@ -21,4 +21,4 @@ Either remove the unused variables from the format string, or add enough argumen
|
|||||||
|
|
||||||
### Exceptions:
|
### Exceptions:
|
||||||
|
|
||||||
When using the Ksh/Bash `%T` timestamp extension, such as `printf '%(%s)T\n'`, an argument of `-1` and no argument are both taken to mean the current time. In these cases, consider specifying `-1` explicitly.
|
When using the Ksh/Bash `%T` timestamp extension, such as `printf 'The time is %(%H:%M)T\n'`, an argument of `-1` and no argument are both taken to mean the current time. In these cases, consider specifying `-1` explicitly.
|
Reference in New Issue
Block a user