diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js
index 764eb1d8..5317323c 100644
--- a/chrome/content/vimperator/commands.js
+++ b/chrome/content/vimperator/commands.js
@@ -650,7 +650,7 @@ function Commands()//{{{
usage: ["tabopen [url] [| url]"],
short_help: "Open one or more URLs in a new tab",
help: "Like :open but open URLs in a new tab.
"+
- "If used with !, the 'tabopen' value of the 'activate' option is negated.",
+ "If used with !, the 'tabopen' value of the 'activate' option is negated.",
completer: function (filter) { return get_url_completions(filter); }
}
));