more work on pv tools

This commit is contained in:
Matej Sekoranja
2014-10-20 09:13:44 +02:00
parent 68980a4977
commit 84ee414ace
5 changed files with 89 additions and 44 deletions

View File

@ -600,7 +600,7 @@ int main (int argc, char *argv[])
// TODO timeOut
string cmd = "eget -";
if (debug)
cmd =+ 'd';
cmd += 'd';
if (quiet)
cmd += 'q';
if (printInfo)