mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
whitespace cleanup
This commit is contained in:
parent
1783008ff8
commit
dc8d6d485f
1 changed files with 5 additions and 0 deletions
|
@ -127,20 +127,25 @@ int main(int argc, char *argv[])
|
|||
case 'V':
|
||||
print_version();
|
||||
exit(EXIT_SUCCESS);
|
||||
|
||||
case 'f':
|
||||
format = optarg;
|
||||
break;
|
||||
|
||||
case 'v':
|
||||
cnt = strtoul(optarg, &endptr, 0);
|
||||
goto check;
|
||||
|
||||
case 'd':
|
||||
l.level = strtoul(optarg, &endptr, 0);
|
||||
goto check;
|
||||
|
||||
case 'o':
|
||||
ret = json_object_extend_str(cfg_cli, optarg);
|
||||
if (ret)
|
||||
error("Invalid option: %s", optarg);
|
||||
break;
|
||||
|
||||
case '?':
|
||||
case 'h':
|
||||
usage();
|
||||
|
|
Loading…
Add table
Reference in a new issue