summaryrefslogtreecommitdiff
path: root/gpsctl.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-13 10:04:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-13 10:04:44 -0400
commitc8835c00911e17637f289686937d39e4ffc53a4e (patch)
treec7ea1ecd75cf76a3220d46dfc95a3d55db478bae /gpsctl.c
parent5bf79c8a39da91e228a4994d789e65f7545fc95c (diff)
downloadgpsd-c8835c00911e17637f289686937d39e4ffc53a4e.tar.gz
Comment improvements.
Diffstat (limited to 'gpsctl.c')
-rw-r--r--gpsctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsctl.c b/gpsctl.c
index 551494d4..8646d723 100644
--- a/gpsctl.c
+++ b/gpsctl.c
@@ -199,7 +199,7 @@ int main(int argc, char **argv)
case 't': /* force the device type */
devtype = optarg;
break;
- case 'T': /* force the device type */
+ case 'T': /* set the timeout on packet recognition */
timeout = (unsigned)atoi(optarg);
break;
case 'D': /* set debugging level */