]> git.ipfire.org Git - thirdparty/git.git/blobdiff - generate-cmdlist.sh
Fix an "implicit function definition" warning.
[thirdparty/git.git] / generate-cmdlist.sh
index 5450918be339bf101a6562d518c0f4cc7b37c0f2..975777f05ed69ef78f1fd91ac512f5b92a384141 100755 (executable)
@@ -4,7 +4,7 @@ echo "/* Automatically generated by $0 */
 struct cmdname_help
 {
     char name[16];
-    char help[64];
+    char help[80];
 };
 
 struct cmdname_help common_cmds[] = {"
@@ -22,7 +22,7 @@ commit
 diff
 fetch
 grep
-init-db
+init
 log
 merge
 mv
@@ -37,7 +37,6 @@ show
 show-branch
 status
 tag
-verify-tag
 EOF
 while read cmd
 do