@@ -186,7 +186,7 @@ static int d_u_opt = 0; /* "-d u" command line option to print UTF-8 also in h
186
186
static int d_p_opt = 0 ; /* "-d p" option for dumping packets over radio. */
187
187
188
188
static int q_h_opt = 0 ; /* "-q h" Quiet, suppress the "heard" line with audio level. */
189
- static int q_d_opt = 0 ; /* "-q d" Quiet, suppress the printing of decoded of APRS packets. */
189
+ static int q_d_opt = 0 ; /* "-q d" Quiet, suppress the printing of description of APRS packets. */
190
190
191
191
static int A_opt_ais_to_obj = 0 ; /* "-A" Convert received AIS to APRS "Object Report." */
192
192
@@ -302,24 +302,24 @@ int main (int argc, char *argv[])
302
302
text_color_init (t_opt );
303
303
text_color_set (DW_COLOR_INFO );
304
304
//dw_printf ("Dire Wolf version %d.%d (%s) BETA TEST 7\n", MAJOR_VERSION, MINOR_VERSION, __DATE__);
305
- // dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n", MAJOR_VERSION, MINOR_VERSION, "G ", __DATE__);
306
- dw_printf ("Dire Wolf version %d.%d\n" , MAJOR_VERSION , MINOR_VERSION );
305
+ dw_printf ("Dire Wolf DEVELOPMENT version %d.%d %s (%s)\n" , MAJOR_VERSION , MINOR_VERSION , "A " , __DATE__ );
306
+ // dw_printf ("Dire Wolf version %d.%d\n", MAJOR_VERSION, MINOR_VERSION);
307
307
308
308
309
309
#if defined(ENABLE_GPSD ) || defined(USE_HAMLIB ) || defined(USE_CM108 ) || USE_AVAHI_CLIENT || USE_MACOS_DNSSD
310
310
dw_printf ("Includes optional support for: " );
311
- #if defined(ENABLE_GPSD )
311
+ #if defined(ENABLE_GPSD )
312
312
dw_printf (" gpsd" );
313
- #endif
314
- #if defined(USE_HAMLIB )
313
+ #endif
314
+ #if defined(USE_HAMLIB )
315
315
dw_printf (" hamlib" );
316
- #endif
317
- #if defined(USE_CM108 )
316
+ #endif
317
+ #if defined(USE_CM108 )
318
318
dw_printf (" cm108-ptt" );
319
- #endif
320
- #if (USE_AVAHI_CLIENT |USE_MACOS_DNSSD )
319
+ #endif
320
+ #if (USE_AVAHI_CLIENT |USE_MACOS_DNSSD )
321
321
dw_printf (" dns-sd" );
322
- #endif
322
+ #endif
323
323
dw_printf ("\n" );
324
324
#endif
325
325
@@ -1708,7 +1708,7 @@ static void usage (char **argv)
1708
1708
dw_printf (" d d = APRStt (DTMF to APRS object translation).\n" );
1709
1709
dw_printf (" -q Quiet (suppress output) options:\n" );
1710
1710
dw_printf (" h h = Heard line with the audio level.\n" );
1711
- dw_printf (" d d = Decoding of APRS packets.\n" );
1711
+ dw_printf (" d d = Description of APRS packets.\n" );
1712
1712
dw_printf (" x x = Silence FX.25 information.\n" );
1713
1713
dw_printf (" -t n Text colors. 0=disabled. 1=default. 2,3,4,... alternatives.\n" );
1714
1714
dw_printf (" Use 9 to test compatibility with your terminal.\n" );
0 commit comments