Skip to content

Commit

Permalink
Dictionary dump will work on both types of dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 14, 2019
1 parent aed9b4a commit b22a90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/unit_test_attribute.c
Expand Up @@ -1953,7 +1953,7 @@ static fr_table_ptr_sorted_t commands[] = {
{ "dictionary-dump", &(command_entry_t){
.func = command_dictionary_dump,
.usage = "dictionary-dump",
.description = "Print the contents of the currently active protocol dictionary to stdout",
.description = "Print the contents of the currently active dictionary to stdout",
}},
{ "encode-dns-label ", &(command_entry_t){
.func = command_encode_dns_label,
Expand Down

0 comments on commit b22a90a

Please sign in to comment.