aboutsummarylogtreecommitdiffstats
path: root/haur
diff options
context:
space:
mode:
Diffstat (limited to 'haur')
-rwxr-xr-xhaur2
1 files changed, 1 insertions, 1 deletions
diff --git a/haur b/haur
index cd2babff5c7a..8d2d6305b487 100755
--- a/haur
+++ b/haur
@@ -83,7 +83,7 @@ while getopts ":surch" opt; do
CLEAR_CACHE=true
;;
h )
- echo "Usage: haur [--remove | -r] | [--clear-cache | -c] [--update | -u] <package names>"
+ echo "Usage: haur [--remove | -r] | [--clear-cache | -c] [--update | -u] [--search | -s]<package names>"
exit 0
;;
\?)