From 0ab7f3cf8b41527c192160213b1fc1b975f8362e Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 24 May 2018 21:33:18 -0700 Subject: [PATCH] Updated SC2183 (markdown) --- SC2183.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2183.md b/SC2183.md index ab1b355..e7f26a5 100644 --- a/SC2183.md +++ b/SC2183.md @@ -21,4 +21,4 @@ Either remove the unused variables from the format string, or add enough argumen ### 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. \ No newline at end of file +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. \ No newline at end of file