enum_t/time_t print in terse mode

This commit is contained in:
Matej Sekoranja
2014-10-15 12:01:43 +02:00
parent b3e9ceca10
commit 1e2f335c61
6 changed files with 251 additions and 145 deletions

View File

@ -604,7 +604,7 @@ int main (int argc, char *argv[])
if (quiet)
cmd += 'q';
if (printInfo)
cmd += 'n';
cmd += 'N';
cmd += "s pva://" + serverAddress + "/server?op=";
if (printInfo)
cmd += "info";