From 95887fd39f57ce0e81169140605c81e70a1a4734 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 6 Nov 2007 16:41:44 -0800 Subject: fix for bug 2273: cli parser was overwriting "type help" with "node help". --- src/cli_val.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cli_val.h') diff --git a/src/cli_val.h b/src/cli_val.h index e147d4c..fec8054 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -99,6 +99,7 @@ typedef enum { typedef struct { vtw_type_e def_type; char *def_type_help; + char *def_node_help; char *def_default; boolean tag; boolean multi; -- cgit v1.2.3