fixed name of ack message offset argument.

acks now work and are reflected in the message list output.
This commit is contained in:
gardners 2013-05-09 22:40:27 +09:30
parent 6a3ba87ec9
commit 197f3960dd

View File

@ -2364,7 +2364,7 @@ struct cli_schema command_line_options[]={
"List MeshMS messages between <sender_sid> and <recipient_sid>"}, "List MeshMS messages between <sender_sid> and <recipient_sid>"},
{app_meshms_add_message,{"meshms","add","message" KEYRING_PIN_OPTIONS, "[<sender_did>]","[<recipient_did>]","<sender_sid>","<recipient_sid>","<payload>",NULL},CLIFLAG_STANDALONE, {app_meshms_add_message,{"meshms","add","message" KEYRING_PIN_OPTIONS, "[<sender_did>]","[<recipient_did>]","<sender_sid>","<recipient_sid>","<payload>",NULL},CLIFLAG_STANDALONE,
"Create a MeshMS from <sender_sid> to <recipient_sid>"}, "Create a MeshMS from <sender_sid> to <recipient_sid>"},
{app_meshms_ack_messages,{"meshms","ack","messages" KEYRING_PIN_OPTIONS, "<sender_sid>","<recipient_sid>","<message offset>",NULL},CLIFLAG_STANDALONE, {app_meshms_ack_messages,{"meshms","ack","messages" KEYRING_PIN_OPTIONS, "<sender_sid>","<recipient_sid>","<message_offset>",NULL},CLIFLAG_STANDALONE,
"List MeshMS messages between <sender_sid> and <recipient_sid>"}, "List MeshMS messages between <sender_sid> and <recipient_sid>"},
{app_rhizome_append_manifest, {"rhizome", "append", "manifest", "<filepath>", "<manifestpath>", NULL}, CLIFLAG_STANDALONE, {app_rhizome_append_manifest, {"rhizome", "append", "manifest", "<filepath>", "<manifestpath>", NULL}, CLIFLAG_STANDALONE,
"Append a manifest to the end of the file it belongs to."}, "Append a manifest to the end of the file it belongs to."},