summaryrefslogtreecommitdiff
path: root/sirfmon.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 /sirfmon.c
parentb04bc7b4f505fbe3012d8ae3313b59d851095ab7 (diff)
downloadgpsd-5af015ec2bcfb4796c77700e90d8059370fbbaac.tar.gz
Change -v to -V for Verbose option
Diffstat (limited to 'sirfmon.c')
-rw-r--r--sirfmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sirfmon.c b/sirfmon.c
index 7253c4ec..b957e3b3 100644
--- a/sirfmon.c
+++ b/sirfmon.c
@@ -925,12 +925,12 @@ int main (int argc, char **argv)
gmt_offset = (int)tzoffset();
/*@ -branchstate @*/
- while ((option = getopt(argc, argv, "F:vh")) != -1) {
+ while ((option = getopt(argc, argv, "F:Vh")) != -1) {
switch (option) {
case 'F':
controlsock = optarg;
break;
- case 'v':
+ case 'V':
(void)printf("sirfmon %s\n", VERSION);
exit(0);
case 'h': case '?': default: