genconf: enhance short and long display of confnodes
[libcmdline.git] / src / genconf / confnode_menuconfig.c
index 15a5d51..545d1b6 100644 (file)
@@ -188,7 +188,7 @@ static void confnode_menuconfig_display_short(const struct confnode *n)
                c = '*';
        }
 
-       printf("[%c] -> %s: %s\n", c, n->name, n->prompt);
+       printf("[%c]    -> %s: %s\n", c, n->name, n->prompt);
 }
 
 /* register the node type */