kopia lustrzana https://github.com/Hamlib/Hamlib
Fix definition of -B/--mapa2b command line option
It doesn't accept an argument.pull/1735/head
rodzic
e34ae180a2
commit
55cae893f0
|
@ -80,7 +80,7 @@
|
||||||
* NB: do NOT use -W since it's reserved by POSIX.
|
* NB: do NOT use -W since it's reserved by POSIX.
|
||||||
* TODO: add an option to read from a file
|
* TODO: add an option to read from a file
|
||||||
*/
|
*/
|
||||||
#define SHORT_OPTIONS "B:m:M:r:R:p:d:P:D:s:S:c:C:lLuvhVZ"
|
#define SHORT_OPTIONS "Bm:M:r:R:p:d:P:D:s:S:c:C:lLuvhVZ"
|
||||||
static struct option long_options[] =
|
static struct option long_options[] =
|
||||||
{
|
{
|
||||||
{"mapa2b", 0, 0, 'B'},
|
{"mapa2b", 0, 0, 'B'},
|
||||||
|
|
Ładowanie…
Reference in New Issue