Expanded tabs

This commit is contained in:
Jakub Wilk 2016-05-08 22:51:58 +02:00
parent c1e1ffa1c2
commit 5ebe044f53

View file

@ -94,7 +94,7 @@ void parse_options(int argc, char *argv[])
{"output-delay", required_argument, 0, 'o'},
{"no-autoconnect", no_argument, 0, 'n'},
{"log", required_argument, 0, 'l'},
{"version", no_argument, 0, 'v'},
{"version", no_argument, 0, 'v'},
{"help", no_argument, 0, 'h'},
{0, 0, 0, 0 }
};