gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 2/3] gpsmon: fix the usage string


From: Beat Bolli
Subject: [gpsd-dev] [PATCH 2/3] gpsmon: fix the usage string
Date: Sat, 2 Nov 2013 01:03:41 +0100

The -l option takes the log file name as argument.

Signed-off-by: Beat Bolli <address@hidden>
---
 gpsmon.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gpsmon.c b/gpsmon.c
index bd82409..b332337 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -896,7 +896,8 @@ int main(int argc, char **argv)
        default:
            (void)
                fputs
-               ("usage:  gpsmon [-?hVln] [-D debuglevel] [-t type] 
[server[:port:[device]]]\n",
+               ("usage: gpsmon [-?hVn] [-l logfile] [-D debuglevel] "
+                "[-t type] [server[:port:[device]]]\n",
                 stderr);
            exit(EXIT_FAILURE);
        }
-- 
1.8.4.rc3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]