From 27b71db67a02b1fbdfb9394d03a322e50d0e995f Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 12 Apr 2014 22:15:46 +0300 Subject: Add TODO about options. --- client/client.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client') diff --git a/client/client.c b/client/client.c index fb94ea5..13d9073 100644 --- a/client/client.c +++ b/client/client.c @@ -86,6 +86,10 @@ static void parseArgs(int *argc, char **argv[]) { 0, 0, 0, 0 } }; + /* TODO: getopt does not support -sf, -sb etc.. + * Either break the interface and make them --sf, --sb (like they are now), + * or parse them before running getopt.. */ + for (;;) { int opt = getopt_long(*argc, *argv, "hviw:I:p:Ibf:m", opts, NULL); if (opt < 0) -- cgit v1.2.3-70-g09d2