@@ -456,17 +456,17 @@ static gboolean parse_uuid(const char *key, const char *value,
456
456
457
457
static GOptionEntry primary_char_options [] = {
458
458
{ "start" , 's' , 0 , G_OPTION_ARG_INT , & opt_start ,
459
- "Starting handle(optional)" , "0x0001" },
459
+ "Starting handle (optional)" , "0x0001" },
460
460
{ "end" , 'e' , 0 , G_OPTION_ARG_INT , & opt_end ,
461
- "Ending handle(optional)" , "0xffff" },
461
+ "Ending handle (optional)" , "0xffff" },
462
462
{ "uuid" , 'u' , G_OPTION_FLAG_OPTIONAL_ARG , G_OPTION_ARG_CALLBACK ,
463
- parse_uuid , "UUID16 or UUID128(optional)" , "0x1801" },
463
+ parse_uuid , "UUID16 or UUID128 (optional)" , "0x1801" },
464
464
{ NULL },
465
465
};
466
466
467
467
static GOptionEntry char_rw_options [] = {
468
468
{ "handle" , 'a' , 0 , G_OPTION_ARG_INT , & opt_handle ,
469
- "Read/Write characteristic by handle(required)" , "0x0001" },
469
+ "Read/Write characteristic by handle (required)" , "0x0001" },
470
470
{ "value" , 'n' , 0 , G_OPTION_ARG_STRING , & opt_value ,
471
471
"Write characteristic value (required for write operation)" ,
472
472
"0x0001" },
0 commit comments