summaryrefslogtreecommitdiff
path: root/xgps.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2006-03-13 00:55:08 +0000
committerGary E. Miller <gem@rellim.com>2006-03-13 00:55:08 +0000
commit5af015ec2bcfb4796c77700e90d8059370fbbaac (patch)
tree617658e9e3d6e96e9017ba4bb0707fd1c0aafc15 /xgps.c
parentb04bc7b4f505fbe3012d8ae3313b59d851095ab7 (diff)
downloadgpsd-5af015ec2bcfb4796c77700e90d8059370fbbaac.tar.gz
Change -v to -V for Verbose option
Diffstat (limited to 'xgps.c')
-rw-r--r--xgps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xgps.c b/xgps.c
index 607c2f97..73337264 100644
--- a/xgps.c
+++ b/xgps.c
@@ -445,9 +445,9 @@ static void update_panel(struct gps_data_t *gpsdata,
(void)fprintf(stderr, "xgps: unknown altitude unit, defaulting to %s\n", altunits->legend);
altunits_ok:;
- while ((option = getopt(argc, argv, "hl:s:v")) != -1) {
+ while ((option = getopt(argc, argv, "hl:s:V")) != -1) {
switch (option) {
- case 'v':
+ case 'V':
(void)printf("xgps %s\n", VERSION);
exit(0);
case 'l':