aux/gpsfs: fix usage
This commit is contained in:
parent
ed196fcb7e
commit
695f0e0694
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ threadmain(int argc, char*argv[])
|
|||
|
||||
ARGBEGIN {
|
||||
default:
|
||||
fprint(2, "usage: %s [-b baud] [-d device] [-l logfile] [-m mntpt] [-r] [-s postname]\n", argv0);
|
||||
fprint(2, "usage: %s [-b baud] [-d device] [-m mntpt] [-r] [-s srvname]\n", argv0);
|
||||
exits("usage");
|
||||
case 'D':
|
||||
debug++;
|
||||
|
|
Loading…
Reference in a new issue