summaryrefslogtreecommitdiff
path: root/common/port80.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/port80.c')
-rw-r--r--common/port80.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/port80.c b/common/port80.c
index 8c5e5924aa..b879ed2043 100644
--- a/common/port80.c
+++ b/common/port80.c
@@ -55,4 +55,7 @@ static int command_port80(int argc, char **argv)
ccputs(" <--new\n");
return EC_SUCCESS;
}
-DECLARE_CONSOLE_COMMAND(port80, command_port80);
+DECLARE_CONSOLE_COMMAND(port80, command_port80,
+ "[scroll]",
+ "Print port80 writes or toggle port80 scrolling",
+ NULL);