From b39bbcba00fbd26fa8eb3e8dfb396dd77d9b285d Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 31 Jan 2015 16:04:24 +0100 Subject: [PATCH] documentation --- src/ebusd/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/main.cpp b/src/ebusd/main.cpp index 257708c6..76f11057 100644 --- a/src/ebusd/main.cpp +++ b/src/ebusd/main.cpp @@ -124,7 +124,7 @@ static const struct argp_option argpoptions[] = { /** * The program argument parsing function. - * @param key the key from @a options. + * @param key the key from @a argpoptions. * @param arg the option argument, or NULL. * @param state the parsing state. */