Commit fdaa8e0d authored by Brian Brazil's avatar Brian Brazil

We allow millisecond durations.

parent 6eda3ca0
......@@ -36,7 +36,7 @@ value is set to the specified default.
Generic placeholders are defined as follows:
* `<duration>`: a duration matching the regular expression `[0-9]+[smhdwy]`
* `<duration>`: a duration matching the regular expression `[0-9]+(ms|[smhdwy])`
* `<labelname>`: a string matching the regular expression `[a-zA-Z_][a-zA-Z0-9_]*`
* `<labelvalue>`: a string of unicode characters
* `<filepath>`: a valid path in the current working directory
......
......@@ -32,7 +32,7 @@ value is set to the specified default.
Generic placeholders are defined as follows:
* `<duration>`: a duration matching the regular expression `[0-9]+[smhdwy]`
* `<duration>`: a duration matching the regular expression `[0-9]+(ms|[smhdwy])`
* `<labelname>`: a string matching the regular expression `[a-zA-Z_][a-zA-Z0-9_]*`
* `<labelvalue>`: a string of unicode characters
* `<filename>`: a valid path in the current working directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment