Update examples
authorMikael Berthe <mikael@lilotux.net>
Sun, 26 Feb 2017 15:49:10 +0100
changeset 17 d83a4f6556e4
parent 16 c64c730a7b16
child 18 f6646f63b11a
Update examples
gobm65.go
--- a/gobm65.go	Sun Feb 26 15:47:49 2017 +0100
+++ b/gobm65.go	Sun Feb 26 15:49:10 2017 +0100
@@ -27,6 +27,8 @@
 // % gobm65 -l 3 --average
 // Display all records since a specific date:
 // % gobm65 --since "2016-06-01"
+// Display all records before a specific date:
+// % gobm65 --before "2016-06-30"
 // Display all records of the last 7 days:
 // % gobm65 --since "$(date "+%F" -d "7 days ago")"
 //