Alexandre Julliard : git-notify: Fix the usage message.

Alexandre Julliard julliard at winehq.org
Thu Nov 20 08:25:31 CST 2008


Module: tools
Branch: master
Commit: af9758dd1fec920cc332dd1e5caf6f13d33b858d
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=af9758dd1fec920cc332dd1e5caf6f13d33b858d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Nov  7 09:30:46 2008 +0100

git-notify: Fix the usage message.

---

 git-notify |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-notify b/git-notify
index ad4b90e..50345b1 100755
--- a/git-notify
+++ b/git-notify
@@ -70,7 +70,7 @@ my @exclude_list = split /\s+/, git_config( "notify.exclude" ) || "";
 
 sub usage()
 {
-    print "Usage: $0 [options] [--] refname old-sha1 new-sha1\n";
+    print "Usage: $0 [options] [--] old-sha1 new-sha1 refname\n";
     print "   -c name   Send CIA notifications under specified project name\n";
     print "   -m addr   Send mail notifications to specified address\n";
     print "   -n max    Set max number of individual mails to send\n";




More information about the wine-cvs mailing list