mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-27 14:49:37 +00:00
fixed name of ack message offset argument.
acks now work and are reflected in the message list output.
This commit is contained in:
parent
6a3ba87ec9
commit
197f3960dd
@ -2364,7 +2364,7 @@ struct cli_schema command_line_options[]={
|
||||
"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,
|
||||
"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>"},
|
||||
{app_rhizome_append_manifest, {"rhizome", "append", "manifest", "<filepath>", "<manifestpath>", NULL}, CLIFLAG_STANDALONE,
|
||||
"Append a manifest to the end of the file it belongs to."},
|
||||
|
Loading…
x
Reference in New Issue
Block a user