diff --git a/content/commands.js b/content/commands.js index 62e3bbf7..c9731373 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1944,7 +1944,7 @@ vimperator.Commands = function() //{{{ } }, { - usage: ["tabn[ext] {count}"], + usage: ["tabn[ext] [count]"], short_help: "Switch to the next or [count]th tab", help: "Cycles to the first tab when the last is selected and {count} is not specified." } @@ -1987,7 +1987,7 @@ vimperator.Commands = function() //{{{ vimperator.echoerr("E488: Trailing characters"); }, { - usage: ["tabp[revious] {count}"], + usage: ["tabp[revious] [count]"], short_help: "Switch to the previous tab or go [count] tabs back", help: "Wraps around from the first tab to the last tab." }