summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.c b/common/system.c
index 21458a432f..2116f8083d 100644
--- a/common/system.c
+++ b/common/system.c
@@ -1110,7 +1110,7 @@ static int command_sleepmask(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(sleepmask, command_sleepmask,
"[ on | off | <sleep_mask>]",
- "Display/force sleep mask.\nSee also 'dsleepmask'.");
+ "Display/force sleep mask");
#endif
#ifdef CONFIG_CMD_JUMPTAGS