Make usage strings dash-less
[gitweb.git] / git-cvsserver.perl
index 920bbe15a3bbc7768d47a2adbc84aa81264e2226..d2d374a6ced994d349a673a98e69c01793d2678c 100755 (executable)
 $log->info("--------------- STARTING -----------------");
 
 my $usage =
-    "Usage: git-cvsserver [options] [pserver|server] [<directory> ...]\n".
+    "Usage: git cvsserver [options] [pserver|server] [<directory> ...]\n".
     "    --base-path <path>  : Prepend to requested CVSROOT\n".
     "    --strict-paths      : Don't allow recursing into subdirectories\n".
     "    --export-all        : Don't check for gitcvs.enabled in config\n".