minor cmd-line tools changes

This commit is contained in:
Matej Sekoranja
2012-10-08 13:44:45 +02:00
parent 0a68534a8e
commit cbbd106dd9
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -759,7 +759,8 @@ int main (int argc, char *argv[])
break;
case 'r': /* Set pvRequest value */
request = optarg;
mode = StructureMode;
// do not override terse mode
if (mode == ValueOnlyMode) mode = StructureMode;
break;
case 'p': /* Service parameters */
{