1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 21:04:20 +01:00

Fix typo in history -max option definition.

This commit is contained in:
Doug Kearns
2009-08-10 02:16:10 +10:00
parent 77458e5b8a
commit ab6eaeff29

View File

@@ -961,7 +961,7 @@ function History() //{{{
bang: true,
completer: function (context) { context.quote = null; completion.history(context); },
// completer: function (filter) completion.history(filter)
options: [[["-max", "-m"], options.OPTION_INT]]
options: [[["-max", "-m"], commands.OPTION_INT]]
});
/////////////////////////////////////////////////////////////////////////////}}}