diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js
index 62bddeac..7474b27d 100644
--- a/chrome/content/vimperator/commands.js
+++ b/chrome/content/vimperator/commands.js
@@ -520,8 +520,8 @@ function Commands() //{{{
{
usage: ["h[elp] {subject}"],
short_help: "Open the help window",
- help: "You can jump to the specified {subject} with :help {subject}.
" +
- "Make sure you use the full vim notation when jumping to {subject}. This means:
" +
+ help: "You can jump to the specified {subject} with :help {subject}.
" +
+ "Make sure you use the full vim notation when jumping to {subject}. This means:
" +
"
:help :help for commands (: prefix):help 'complete' for options (surrounded by ' and '){value} can be an absolute value between 1 and 2000% or a relative value if prefixed with - or +. " +
+ "If {value} is omitted, zoom is reset to 100%."
}
));
//}}}