summaryrefslogtreecommitdiffstats
path: root/sqv/src/sqv_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/src/sqv_cli.rs')
-rw-r--r--sqv/src/sqv_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/src/sqv_cli.rs b/sqv/src/sqv_cli.rs
index 7efde976..5d947d47 100644
--- a/sqv/src/sqv_cli.rs
+++ b/sqv/src/sqv_cli.rs
@@ -46,7 +46,7 @@ pub fn build() -> App<'static, 'static> {
.help("Trace execution.")
.long("trace"))
.after_help(
- "TIMESTAMPs must be given in ISO 9801 format \
+ "TIMESTAMPs must be given in ISO 8601 format \
(e.g. '2017-03-04T13:25:35Z', '2017-03-04T13:25', \
'20170304T1325+0830', '2017-03-04', '2017031', ...). \
If no timezone is specified, UTC is assumed.")