Rename EntropyMeter -> Estimate (#1250)

* EntropyMeter -> Estimate
* Cleaning estimate
* Documentation
* clang-formatting /cli
This commit is contained in:
louib
2017-12-04 09:46:23 -05:00
committed by GitHub
parent 18c4df98ff
commit 471e684151
12 changed files with 201 additions and 169 deletions

View File

@@ -55,9 +55,7 @@ int Clip::execute(QStringList arguments)
parser.addOption(keyFile);
parser.addPositionalArgument("entry", QObject::tr("Path of the entry to clip."));
parser.addPositionalArgument(
"timeout",
QObject::tr("Timeout in seconds before clearing the clipboard."),
QString("[timeout]"));
"timeout", QObject::tr("Timeout in seconds before clearing the clipboard."), QString("[timeout]"));
parser.process(arguments);
const QStringList args = parser.positionalArguments();