@@ -1,5 +1,9 @@
This is a summary of ChangeLog basically.
+1.1.9
+
+1.Fixed cmd_help to display the proper entry.
1.1.8
1.Fixed cosmetic error in help:decrypt.
@@ -749,7 +749,7 @@ findhelp(const char *cmd)
for (hi = 0; (help[hi].cmd) && (help[hi].desc); hi++)
if (!egg_strcasecmp(cmd, help[hi].cmd))
- return 1;
+ return hi;
return 0;
}
@@ -63,7 +63,7 @@
extern int optind;
const time_t buildts = CVSBUILD; /* build timestamp (UTC) */
-const char egg_version[1024] = "1.1.8";
+const char egg_version[1024] = "1.1.9";
int localhub = 1; /* we set this to 0 if we get a -B */
int role;