Make usage strings dash-less
[gitweb.git] / git-svn.perl
index a366c891dc9892550093f0bb760d5d2580eb11cd..f6b878a32264a24bff7bb79b090f353797b92ff8 100755 (executable)
@@ -261,7 +261,7 @@ sub usage {
        my $fd = $exit ? \*STDERR : \*STDOUT;
        print $fd <<"";
 git-svn - bidirectional operations between a single Subversion tree and git
-Usage: $0 <command> [options] [arguments]\n
+Usage: git svn <command> [options] [arguments]\n
 
        print $fd "Available commands:\n" unless $cmd;