From 3407e6db3bb24efb73260d67fe4adbea788a5f30 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 17 Jan 2010 14:03:01 +0200 Subject: [PATCH] * mu-cmd: fix wrong help text --- src/mu-cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-cmd.c b/src/mu-cmd.c index 1ffefea8..e05235d0 100644 --- a/src/mu-cmd.c +++ b/src/mu-cmd.c @@ -560,7 +560,7 @@ show_usage (gboolean noerror) { const char* usage= "usage: mu [options] command [parameters]\n" - "\twhere command is one of index, find, cleanup, mkdir\n" + "\twhere command is one of index, find, mkdir\n" "see mu(1) for more information\n"; if (noerror)