struct cmdname_help
{
char name[16];
- char help[64];
+ char help[80];
};
-struct cmdname_help common_cmds[] = {"
+static struct cmdname_help common_cmds[] = {"
sort <<\EOF |
add
diff
fetch
grep
-init-db
+init
log
merge
mv
show-branch
status
tag
-verify-tag
EOF
while read cmd
do