From 438052747029e2ae78c672ba5af932520bcc7bb9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Oct 2003 17:36:56 +0000 Subject: man pages git-svn-id: file:///home/lennart/svn/public/waproamd/trunk@19 022f378f-78c4-0310-b860-d162c87e6274 --- src/waproamd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/waproamd.c') diff --git a/src/waproamd.c b/src/waproamd.c index f96288a..51532a8 100644 --- a/src/waproamd.c +++ b/src/waproamd.c @@ -451,7 +451,7 @@ void usage(char *p) { if (strrchr(p, '/')) p = strchr(p, '/')+1; - printf("%s -- Wireless Access Point Roaming Daemon for 802.11b\n\n" + printf("%s -- Wireless Access Point Roaming Daemon for WLAN IEEE 802.11\n\n" "Usage: %s [options]\n\n" "Options:\n" " -n --no-daemon Do not daemonize (for debugging) (%s)\n" @@ -460,8 +460,8 @@ void usage(char *p) { " -w --wait-on-fork Wait until daemon fork finished (%s)\n" " -M --monitor Use interface monitoring (%s)\n" " -e --no-event Don't use wireless event API (%s)\n" - " -t --scan-interval Specify scan interval (%i)\n" - " -p --poll-interval Specify association poll interval, unless using -e (%i)\n" + " -t --scan-interval=SECS Specify scan interval (%i)\n" + " -p --poll-interval=SECS Specify association poll interval, unless using -e (%i)\n" " -h --help Show this help\n" " -k --kill Kill a running daemon\n" " -c --check-running Check if a daemon is currently running\n" -- cgit