Browse Source

* Separate treatment of verbose option

git-svn-id: trunk@28454 -
michael 11 years ago
parent
commit
c668e4d724
1 changed files with 7 additions and 1 deletions
  1. 7 1
      tests/utils/dbdigest.pp

+ 7 - 1
tests/utils/dbdigest.pp

@@ -373,7 +373,13 @@ begin
       Verbose(V_ERROR,'Illegal command-line option : '+O)
     else
       begin
-      Found:=(I<ParamCount);
+      if c=coverbose then
+        begin
+          Found:=true;
+          o:='';
+        end
+      else
+        Found:=(I<ParamCount);
       If Not found then
         Verbose(V_ERROR,'Option requires argument : '+O)
       else