Add missing command line short option -b for --bind-all

pull/1707/head
Daniele Forsi IU5HKX 2025-04-21 20:00:02 +02:00
rodzic 2c0067d510
commit cd82f08ec5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,7 @@
* keep up to date SHORT_OPTIONS, usage()'s output and man page. thanks.
* TODO: add an option to read from a file
*/
#define SHORT_OPTIONS "m:r:p:d:P:D:s:S:c:T:t:C:W:w:x:z:lLuovhVZRA:"
#define SHORT_OPTIONS "m:r:p:d:P:D:s:S:c:T:t:C:W:w:x:z:lLuovhVZRA:b"
static struct option long_options[] =
{
{"model", 1, 0, 'm'},