]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor fixups
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 7 Oct 2019 05:42:28 +0000 (01:42 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 7 Oct 2019 05:42:28 +0000 (01:42 -0400)
src/bin/unit_test_attribute.c

index 20ef0e93c0abf7deb5a3b5ce48e91ba718736578..b71981372c050c29ad02e77abb9a7839cc3e8ec5 100644 (file)
@@ -1490,7 +1490,7 @@ static fr_table_ptr_sorted_t      commands[] = {
        { "command tab ",       &(command_entry_t){
                                        .func = command_radmin_tab,
                                        .usage = "command tab <string>",
-                                       .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[.<testpoint_symbol>] (-|<attribute> = <value>[,<attribute = <value>])",
-                                       .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 <protocol>\" first"
                                }},
        { "eof",                &(command_entry_t){
                                        .func = command_eof,