[pacman-dev] [PATCH] Fix typo in help message

Eric Bélanger snowmaniscool at gmail.com
Wed Feb 15 19:47:17 EST 2012


Close FS#28434

Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 contrib/pacsysclean.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/pacsysclean.in b/contrib/pacsysclean.in
index 17f7681..28c1493 100755
--- a/contrib/pacsysclean.in
+++ b/contrib/pacsysclean.in
@@ -13,7 +13,7 @@ usage() {
        echo "Usage: $myname [options]"
        echo
        echo "Options:"
-       echo "  -o <options>     Specify custom pacman query options (e.g., dt)"
+       echo "  -o <options>     Specify custom pacman query options (e.g., -dt)"
        echo "  -h, --help       Show this help message and exit"
 }
 
-- 
1.7.9.1



More information about the pacman-dev mailing list