diff options
author | anekos | 2011-05-08 14:05:58 +0900 |
---|---|---|
committer | anekos | 2011-05-23 20:21:35 +0900 |
commit | 09b7d9a339ccc0cee2517be22cfb5666effa28e1 (patch) | |
tree | 6bda1bf06cc010f0a745ccde8ed90bdaec0b3e84 /readitlater.js | |
parent | ed4084b786d36c56a2abd0677e1845b2209ca8fe (diff) | |
download | vimperator-plugins-09b7d9a339ccc0cee2517be22cfb5666effa28e1.tar.bz2 |
ril s == ril stats
Diffstat (limited to 'readitlater.js')
-rw-r--r-- | readitlater.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readitlater.js b/readitlater.js index 49a5636..97d054a 100644 --- a/readitlater.js +++ b/readitlater.js @@ -125,7 +125,7 @@ let PLUGIN_INFO = } ), - new Command(["stats"], "Retrieve information about a user's list", + new Command(["stats","s"], "Retrieve information about a user's list", function (args) { ReadItLater.stats(); },{} |