summaryrefslogtreecommitdiff
path: root/futility/futility.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/futility.h')
-rw-r--r--futility/futility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/futility/futility.h b/futility/futility.h
index 550e381e..c28f40e6 100644
--- a/futility/futility.h
+++ b/futility/futility.h
@@ -48,7 +48,7 @@ struct futil_cmd_t {
int (*const handler) (int argc, char **argv);
enum vboot_version version;
const char *const shorthelp;
- void (*longhelp) (const char *cmd);
+ void (*longhelp) (int argc, char *argv[]); /* argv[0] is the command */
};
/* Macro to define a command */