Skip to content

Commit

Permalink
Add short aliases for '--add' and '--remove' options in "meteor autho…
Browse files Browse the repository at this point in the history
…rized"

Fixes meteor#2155
  • Loading branch information
Slava authored and Emily Stark committed May 21, 2014
1 parent 10d8894 commit 32fc06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,8 @@ main.registerCommand({
minArgs: 1,
maxArgs: 1,
options: {
add: { type: String },
remove: { type: String },
add: { type: String, short: "a" },
remove: { type: String, short: "r" },
list: { type: Boolean }
}
}, function (options) {
Expand Down

0 comments on commit 32fc06e

Please sign in to comment.