The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

clear_merge_flags.pl - Clear all merge flags from the database.

DESCRIPTION

clear_merge_flags.pl will clear all merge flags from the specified database. This is useful for cleaning up flags from no longer active jobs/languages.

SYNOPSIS

clear_merge_flags.pl --database=DBI:SQLite:dbname=/path/to/translate.db3

Use --help option for more information.

Use --man for the full documentation.

OPTIONS

-db DSN, --database=DSN

Database to read statistics from. This parameter is required.

-u user, --user=user

Database username (optional; not needed for SQLite databases).

-p [password], --password[=password]

Database password (optional; not needed for SQLite databases). If password is ommitted, you will be prompted to enter it securely (with no echo).

-?, --help

Show help on program usage and options. For a more verbose output, use --man

--man

Show all available documentation on this program.