# HG changeset patch # User Mikael Berthe # Date 1488120550 -3600 # Node ID d83a4f6556e4cb99ca5f7977c3f6eec6b288a2e5 # Parent c64c730a7b1677fb904c3cc950326540aad32753 Update examples diff -r c64c730a7b16 -r d83a4f6556e4 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")" //