tools: Update permutations generator for hidden/deprecated

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
Quentin Young 2016-11-10 23:21:06 +00:00
parent ce882f8168
commit 14fe9c1525

View File

@ -44,7 +44,7 @@ int main (int argc, char *argv[])
cmd->string = strdup(argv[1]);
struct graph *graph = graph_new();
struct cmd_token *token = new_cmd_token (START_TKN, NULL, NULL);
struct cmd_token *token = new_cmd_token (START_TKN, cmd->attr, NULL, NULL);
graph_new_node (graph, token, NULL);
command_parse_format (graph, cmd);