summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2023-05-25 17:29:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-26 08:34:18 +0200
commitf2829aaca55c40010311f8fc3a1adf1dfb349c57 (patch)
tree3ed2419401f7af962b5efa78704a814b3de43745
parent04486f018ca4c8256ff97d62b44cf10af069060d (diff)
downloadbarebox-f2829aaca55c40010311f8fc3a1adf1dfb349c57.tar.gz
barebox-f2829aaca55c40010311f8fc3a1adf1dfb349c57.tar.xz
commands: ethlog: wire up help text
The help text for ethlog currently contains only the short synopsis, but no explanation what all the options actually do, although that info is available a few lines further up. It was probably just forgotten to be included in the command definition. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Link: https://lore.barebox.org/20230525152934.4127575-1-rhi@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--commands/ethlog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/ethlog.c b/commands/ethlog.c
index 7885d32c6b..21d88bf1cb 100644
--- a/commands/ethlog.c
+++ b/commands/ethlog.c
@@ -90,4 +90,5 @@ BAREBOX_CMD_START(ethlog)
BAREBOX_CMD_OPTS("[-rp] [device]")
BAREBOX_CMD_GROUP(CMD_GRP_NET)
BAREBOX_CMD_COMPLETE(eth_complete)
+ BAREBOX_CMD_HELP(cmd_ethlog_help)
BAREBOX_CMD_END