cli: fix help, bearers and SIMs can be specified also by index
This commit is contained in:
@@ -782,12 +782,12 @@ static GOptionEntry entries[] = {
|
|||||||
"[PATH|INDEX]"
|
"[PATH|INDEX]"
|
||||||
},
|
},
|
||||||
{ "bearer", 'b', 0, G_OPTION_ARG_STRING, &bearer_str,
|
{ "bearer", 'b', 0, G_OPTION_ARG_STRING, &bearer_str,
|
||||||
"Specify bearer by path. Shows bearer information if no action specified.",
|
"Specify bearer by path or index. Shows bearer information if no action specified.",
|
||||||
"[PATH]"
|
"[PATH|INDEX]"
|
||||||
},
|
},
|
||||||
{ "sim", 's', 0, G_OPTION_ARG_STRING, &sim_str,
|
{ "sim", 's', 0, G_OPTION_ARG_STRING, &sim_str,
|
||||||
"Specify SIM by path. Shows SIM information if no action specified.",
|
"Specify SIM by path or index. Shows SIM information if no action specified.",
|
||||||
"[PATH]"
|
"[PATH|INDEX]"
|
||||||
},
|
},
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user