]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-cvsserver.perl
scalar-diagnose: add directory to archiver more gently
[thirdparty/git.git] / git-cvsserver.perl
index 4c8118010a81f4da9cd2e52029cb9d6c7992975d..7b757360e28c012eb26632889f831c7fef465e16 100755 (executable)
@@ -152,7 +152,7 @@ $state->{allowed_roots} = [ @ARGV ];
 
 # don't export the whole system unless the users requests it
 if ($state->{'export-all'} && !@{$state->{allowed_roots}}) {
-    die "--export-all can only be used together with an explicit whitelist\n";
+    die "--export-all can only be used together with an explicit '<directory>...' list\n";
 }
 
 # Environment handling for running under git-shell