rename name to _id in "meshms list messages" command for use in

java cursor.
This commit is contained in:
gardners 2013-05-20 11:18:40 +09:30
parent ba0c7f11fc
commit 5c4e82ff5a

View File

@ -535,7 +535,7 @@ int app_meshms_list_messages(const struct cli_parsed *parsed, void *context)
// Display list of messages in reverse order
const char *names[]={
"number",
"_id",
"offset",
"length",
"sender",