From 197f3960dd701fa60bb242a18207c3d209189467 Mon Sep 17 00:00:00 2001 From: gardners Date: Thu, 9 May 2013 22:40:27 +0930 Subject: [PATCH] fixed name of ack message offset argument. acks now work and are reflected in the message list output. --- commandline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandline.c b/commandline.c index ecf57259..ac490e15 100644 --- a/commandline.c +++ b/commandline.c @@ -2364,7 +2364,7 @@ struct cli_schema command_line_options[]={ "List MeshMS messages between and "}, {app_meshms_add_message,{"meshms","add","message" KEYRING_PIN_OPTIONS, "[]","[]","","","",NULL},CLIFLAG_STANDALONE, "Create a MeshMS from to "}, - {app_meshms_ack_messages,{"meshms","ack","messages" KEYRING_PIN_OPTIONS, "","","",NULL},CLIFLAG_STANDALONE, + {app_meshms_ack_messages,{"meshms","ack","messages" KEYRING_PIN_OPTIONS, "","","",NULL},CLIFLAG_STANDALONE, "List MeshMS messages between and "}, {app_rhizome_append_manifest, {"rhizome", "append", "manifest", "", "", NULL}, CLIFLAG_STANDALONE, "Append a manifest to the end of the file it belongs to."},