Skip to content

Commit

Permalink
cvsimport: getopt accepted a -q option (undocumented and unused).
Browse files Browse the repository at this point in the history
           Removed.
  • Loading branch information
Matthias Urlichs committed Jul 5, 2005
1 parent 9da07f3 commit a9174a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsimport-script
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ END
exit(1);
}

getopts("hqvo:d:p:C:") or usage();
getopts("hvo:d:p:C:") or usage();
usage if $opt_h;

@ARGV <= 1 or usage();
Expand Down

0 comments on commit a9174a1

Please sign in to comment.