console: minor typo fix in debug command help.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Wed, 9 Jan 2013 07:46:06 +0000 (09:46 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 10 Jan 2013 07:48:14 +0000 (09:48 +0200)
src/core/console-debug.c

index 32bc8dc..fddadee 100644 (file)
@@ -157,7 +157,7 @@ static void debug_reset(mrp_console_t *c, void *user_data,
     "\n"                                                                  \
     "    func[=on|off]:       all messages from <func>\n"                 \
     "    @file[=on|off]:      all messages in <file>\n"                   \
-    "    @file:line=[on|off]: messages at <file>:<line>\n"                \
+    "    @file:line[=on|off]: messages at <file>:<line>\n"                \
     "    *[=on|off]:          all messages\n"                             \
 
 #define RESET_SYNTAX        "reset"