diff options
Diffstat (limited to 'feedSomeKeys_3.js')
-rwxr-xr-x | feedSomeKeys_3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index fa8def6..0c220e1 100755 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -598,7 +598,7 @@ let INFO = <> literal: 0, options: [ [['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter({currentURL: true})], - [['-desc', '-description'], commands.OPTION_STRING], + [['-desc', '-description', '-d'], commands.OPTION_STRING], [['-frame', '-f'], commands.OPTION_INT, null, frameCompleter], [['-xpath', '-x'], commands.OPTION_STRING, xpathValidator], [ |