mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-03-12 07:24:00 +00:00
rename name to _id in "meshms list messages" command for use in
java cursor.
This commit is contained in:
parent
ba0c7f11fc
commit
5c4e82ff5a
2
meshms.c
2
meshms.c
@ -535,7 +535,7 @@ int app_meshms_list_messages(const struct cli_parsed *parsed, void *context)
|
|||||||
|
|
||||||
// Display list of messages in reverse order
|
// Display list of messages in reverse order
|
||||||
const char *names[]={
|
const char *names[]={
|
||||||
"number",
|
"_id",
|
||||||
"offset",
|
"offset",
|
||||||
"length",
|
"length",
|
||||||
"sender",
|
"sender",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user