diff options
-rw-r--r-- | feedSomeKeys_3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index 82d15ba..30bf52d 100644 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -692,7 +692,7 @@ let INFO = <> { literal: 0, options: [ - [['-modes', '-m'], commands.OPTION_LIST] + [['-modes', '-m'], commands.OPTION_LIST], [['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter({})], [['-ignoreurls', '-iu'], commands.OPTION_NOARG] ], |