From: Arran Cudbard-Bell Date: Mon, 7 Oct 2019 05:42:28 +0000 (-0400) Subject: Minor fixups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166f9a030c2d4e84d3a8bd028d1b7f4c982a731c;p=thirdparty%2Ffreeradius-server.git Minor fixups --- diff --git a/src/bin/unit_test_attribute.c b/src/bin/unit_test_attribute.c index 20ef0e93c0a..b71981372c0 100644 --- a/src/bin/unit_test_attribute.c +++ b/src/bin/unit_test_attribute.c @@ -1490,7 +1490,7 @@ static fr_table_ptr_sorted_t commands[] = { { "command tab ", &(command_entry_t){ .func = command_radmin_tab, .usage = "command tab ", - .description = "Test a tab completion against a command table" + .description = "Test a tab completion against a command tree" }}, { "condition ", &(command_entry_t){ .func = command_condition_normalise, @@ -1535,7 +1535,7 @@ static fr_table_ptr_sorted_t commands[] = { { "encode-proto", &(command_entry_t){ .func = command_encode_proto, .usage = "encode-proto[.] (-| = [,])", - .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer" + .description = "Encode one or more attributes as a packet, writing a hex string to the data buffer. Protocol must be loaded with \"load \" first" }}, { "eof", &(command_entry_t){ .func = command_eof,