diff --git a/commands/mem.c b/commands/mem.c index cc94062..ec46a48 100644 --- a/commands/mem.c +++ b/commands/mem.c @@ -566,14 +566,13 @@ } static const __maybe_unused char cmd_memset_help[] = -"Usage: memset [OPTIONS] \n" +"Usage: memset [OPTIONS] \n" "\n" "options:\n" " -b, -w, -l use byte, halfword, or word accesses\n" -" -s source file (default /dev/mem)\n" " -d destination file (default /dev/mem)\n" "\n" -"Fill the first n bytes of area with byte c\n"; +"Fill the first bytes at offset with byte \n"; BAREBOX_CMD_START(memset) .cmd = do_memset,