summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-05-13 17:10:48 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-05-13 17:10:48 -0400
commitc8d7d4bf5555898ad53dd69694dba20a9a1aa493 (patch)
tree8c41c80c400fe674599433958c0cf9e8ac8468a8 /doc
parentbd5165714864567d6626b0fabacdd4ac56498307 (diff)
downloadcups-c8d7d4bf5555898ad53dd69694dba20a9a1aa493.tar.gz
Add support for $date-current, $date-start, and ISO-8601 time period values for
relative date/time values.
Diffstat (limited to 'doc')
-rw-r--r--doc/help/man-ipptoolfile.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/help/man-ipptoolfile.html b/doc/help/man-ipptoolfile.html
index 76a57b226..341b1fdcd 100644
--- a/doc/help/man-ipptoolfile.html
+++ b/doc/help/man-ipptoolfile.html
@@ -490,6 +490,10 @@ program maintains a list of variables that can be used in any literal string or
<dd style="margin-left: 5.0em">Inserts a single "$" character.
<dt><b>$ENV[</b><i>name</i><b>]</b>
<dd style="margin-left: 5.0em">Inserts the value of the named environment variable, or an empty string if the environment variable is not defined.
+<dt><b>$date-current</b>
+<dd style="margin-left: 5.0em">Inserts the current date and time using the ISO-8601 format ("yyyy-mm-ddThh:mm:ssZ").
+<dt><b>$date-start</b>
+<dd style="margin-left: 5.0em">Inserts the starting date and time using the ISO-8601 format ("yyyy-mm-ddThh:mm:ssZ").
<dt><b>$filename</b>
<dd style="margin-left: 5.0em">Inserts the filename provided to
<b>ipptool</b>(8)