]> git.droids-corp.org - libcmdline.git/blobdiff - src/genconf/confnode_config.c
genconf: enhance short and long display of confnodes
[libcmdline.git] / src / genconf / confnode_config.c
index 7817ebf9583ba04832f713de1c6772527e83cf7b..51ed9513c84a42eb9cc77a8c9922b983bcd8a139 100644 (file)
@@ -165,7 +165,7 @@ static void confnode_config_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 */