Fix typo.

This commit is contained in:
Bradley M. Kuhn 2015-12-30 04:15:52 -08:00
parent a1b1ea9e4e
commit 2972b9783e

View file

@ -7,7 +7,7 @@ use DBI;
use Encode qw(encode decode);
use Supporters;
if (@ARGV != 2 or @ARGV !=3) {
if (@ARGV != 2 and @ARGV !=3) {
print STDERR "usage: $0 <OLD_SUPPORTERS_SQLITE_DB_FILE> <NEW_SUPPORTERS_SQLITE_DB_FILE> <VERBOSITY_LEVEL>\n";
exit 1;
}