summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
Diffstat (limited to 'pear')
-rw-r--r--pear/scripts/pearcmd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/scripts/pearcmd.php b/pear/scripts/pearcmd.php
index b258cdce6c..b7d10e5e12 100644
--- a/pear/scripts/pearcmd.php
+++ b/pear/scripts/pearcmd.php
@@ -270,7 +270,7 @@ function cmdHelp($command)
return "$progname $command [options] $help[0]\n$help[1]";
}
}
- return "No such command";
+ return "Command '$command' is not valid, try 'pear help'";
}
// }}}