From 7463e417112d11ae89fef6515390f2e378684862 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 22 Oct 2012 23:14:05 +0300 Subject: [PATCH] * guile: update the scripts --- guile/scripts/msgs-per-day.scm | 10 +++++----- guile/scripts/msgs-per-hour.scm | 10 +++++----- guile/scripts/msgs-per-month.scm | 10 +++++----- guile/scripts/msgs-per-year-month.scm | 10 +++++----- guile/scripts/msgs-per-year.scm | 10 +++++----- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/guile/scripts/msgs-per-day.scm b/guile/scripts/msgs-per-day.scm index 838c09f3..e268d05c 100755 --- a/guile/scripts/msgs-per-day.scm +++ b/guile/scripts/msgs-per-day.scm @@ -19,11 +19,11 @@ exec guile -e main -s $0 $@ ;; along with this program; if not, write to the Free Software Foundation, ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -;; DESCRIPTION: graph the number of messages per day -;; DESCRIPTION: options: -;; DESCRIPTION: --query=: limit to messages matching query -;; DESCRIPTION: --muhome=: path to mu home dir -;; DESCRIPTION: --textonly: output in text-only format +;; INFO: graph the number of messages per day +;; INFO: options: +;; INFO: --query=: limit to messages matching query +;; INFO: --muhome=: path to mu home dir +;; INFO: --textonly: output in text-only format (use-modules (mu) (mu script) (mu stats) (mu plot)) diff --git a/guile/scripts/msgs-per-hour.scm b/guile/scripts/msgs-per-hour.scm index 7f0df0a0..01d33c28 100755 --- a/guile/scripts/msgs-per-hour.scm +++ b/guile/scripts/msgs-per-hour.scm @@ -19,11 +19,11 @@ exec guile -e main -s $0 $@ ;; along with this program; if not, write to the Free Software Foundation, ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -;; DESCRIPTION: graph the number of messages per hour -;; DESCRIPTION: options: -;; DESCRIPTION: --query=: limit to messages matching query -;; DESCRIPTION: --muhome=: path to mu home dir -;; DESCRIPTION: --textonly: output in text-only format +;; INFO: graph the number of messages per hour +;; INFO: options: +;; INFO: --query=: limit to messages matching query +;; INFO: --muhome=: path to mu home dir +;; INFO: --textonly: output in text-only format (use-modules (mu) (mu script) (mu stats) (mu plot)) diff --git a/guile/scripts/msgs-per-month.scm b/guile/scripts/msgs-per-month.scm index d4f1cd8d..69912199 100755 --- a/guile/scripts/msgs-per-month.scm +++ b/guile/scripts/msgs-per-month.scm @@ -19,11 +19,11 @@ exec guile -e main -s $0 $@ ;; along with this program; if not, write to the Free Software Foundation, ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -;; DESCRIPTION: graph the number of messages per month -;; DESCRIPTION: options: -;; DESCRIPTION: --query=: limit to messages matching query -;; DESCRIPTION: --muhome=: path to mu home dir -;; DESCRIPTION: --textonly: output in text-only format +;; INFO: graph the number of messages per month +;; INFO: options: +;; INFO: --query=: limit to messages matching query +;; INFO: --muhome=: path to mu home dir +;; INFO: --textonly: output in text-only format (use-modules (mu) (mu script) (mu stats) (mu plot)) diff --git a/guile/scripts/msgs-per-year-month.scm b/guile/scripts/msgs-per-year-month.scm index f702446f..546cf590 100755 --- a/guile/scripts/msgs-per-year-month.scm +++ b/guile/scripts/msgs-per-year-month.scm @@ -19,11 +19,11 @@ exec guile -e main -s $0 $@ ;; along with this program; if not, write to the Free Software Foundation, ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -;; DESCRIPTION: graph the number of messages per year-month -;; DESCRIPTION: options: -;; DESCRIPTION: --query=: limit to messages matching query -;; DESCRIPTION: --muhome=: path to mu home dir -;; DESCRIPTION: --textonly: output in text-only format +;; INFO: graph the number of messages per year-month +;; INFO: options: +;; INFO: --query=: limit to messages matching query +;; INFO: --muhome=: path to mu home dir +;; INFO: --textonly: output in text-only format (use-modules (mu) (mu script) (mu stats) (mu plot)) diff --git a/guile/scripts/msgs-per-year.scm b/guile/scripts/msgs-per-year.scm index 17534c87..db70224d 100755 --- a/guile/scripts/msgs-per-year.scm +++ b/guile/scripts/msgs-per-year.scm @@ -19,11 +19,11 @@ exec guile -e main -s $0 $@ ;; along with this program; if not, write to the Free Software Foundation, ;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -;; DESCRIPTION: graph the number of messages per year -;; DESCRIPTION: options: -;; DESCRIPTION: --query=: limit to messages matching query -;; DESCRIPTION: --muhome=: path to mu home dir -;; DESCRIPTION: --textonly: output in text-only format +;; INFO: graph the number of messages per year +;; INFO: options: +;; INFO: --query=: limit to messages matching query +;; INFO: --muhome=: path to mu home dir +;; INFO: --textonly: output in text-only format (use-modules (mu) (mu script) (mu stats) (mu plot))