diff --git a/man/mu-script.1 b/man/mu-script.1 index 52322172..e0b0a5df 100644 --- a/man/mu-script.1 +++ b/man/mu-script.1 @@ -1,4 +1,4 @@ -.TH MU SCRIPT 1 "October 2012" "User Manuals" +.TH MU SCRIPT 1 "March 2013" "User Manuals" .SH NAME @@ -81,3 +81,4 @@ Dirk-Jan C. Binnema .SH "SEE ALSO" .BR mu(1) +.BR guile(1) diff --git a/mu/mu-cmd-script.c b/mu/mu-cmd-script.c index 159be9d4..bc2b009f 100644 --- a/mu/mu-cmd-script.c +++ b/mu/mu-cmd-script.c @@ -148,7 +148,8 @@ check_params (MuConfig *opts, GError **err) { if (!mu_util_supports (MU_FEATURE_GUILE | MU_FEATURE_GNUPLOT)) { mu_util_g_set_error (err, MU_ERROR_IN_PARAMETERS, - "the 'script' command is not supported"); + "the 'script' command is not available " + "in this version of mu"); return FALSE; } diff --git a/mu/mu-help-strings.txt b/mu/mu-help-strings.txt index 1342e9b3..b99ec591 100644 --- a/mu/mu-help-strings.txt +++ b/mu/mu-help-strings.txt @@ -83,7 +83,7 @@ is one of: index - index messages mkdir - create a maildir remove - remove a message from the database - script - run a script + script - run a script (available only whne mu was built with guile-support) server - start mu server verify - verify signatures of a message view - view a specific message