summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2009-02-01 10:20:48 +0000
committerThomas Osterried <thomas@osterried.de>2009-02-01 10:20:48 +0000
commitd2454220ccfcd42fd47b42e7de5ce8e709d2ea90 (patch)
tree53f11f9ed07d400dde56feeddd8afdcdc6d1677f
parent0b2426c42fb045b55ae8c35b88c081fa99c1977b (diff)
fix in help
-rw-r--r--ax25ipd/ax25ipd.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index f817af4..0b94b7a 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -108,16 +108,16 @@ int main(int argc, char **argv)
printf("%s [flags]\n", argv[0]);
printf("\nFlags:\n");
printf
- (" --version, -v Print version of program\n");
- printf(" --help, -h This help screen\n");
+ (" --version, -v Print version of program\n");
+ printf(" --help, -h This help screen\n");
printf
- (" --loglevel NUM, -l NUM Set logging level to NUM\n");
+ (" --loglevel NUM, -l NUM Set logging level to NUM\n");
printf
- (" --configfile FILE, -c FILE Set configuration file to FILE\n");
+ (" --configfile FILE, -c FILE Set configuration file to FILE\n");
printf
- (" --device TTYDEV, -d TTYDEV Set configuration file to FILE\n");
+ (" --ttydevice TTYDEV, -d TTYDEV Set device parameter to TTYDEV\n");
printf
- (" --nofork, -f Do not put daemon in background\n");
+ (" --nofork, -f Do not put daemon in background\n");
exit(0);
}