diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js
index 04863b5d..93e418fb 100644
--- a/chrome/content/vimperator/commands.js
+++ b/chrome/content/vimperator/commands.js
@@ -376,7 +376,7 @@ function Commands() //{{{
help: "Marks are presented as a list. Example:
" +
":delmarks Aa b p will delete marks A, a, b and p
" +
":delmarks b-p will delete all marks in the range b to p
" +
- ":delmarks! will delete all marks for the current buffer",
+ ":delmarks! will delete all marks for the current buffer"
}
));