mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
cosmetic changes
This commit is contained in:
@@ -285,6 +285,7 @@ Accounts.registerLoginHandler(function(options) {
|
||||
});
|
||||
|
||||
// Semi-public. Used by other login methods to generate tokens.
|
||||
// (Also used by Meteor Accounts server)
|
||||
//
|
||||
Accounts._generateStampedLoginToken = function () {
|
||||
return {token: Random.id(), when: (new Date)};
|
||||
|
||||
@@ -1044,7 +1044,7 @@ Fiber(function () {
|
||||
|
||||
Commands.push({
|
||||
name: "claim",
|
||||
help: "Claim a site deployed with an old Meteor version into your account",
|
||||
help: "Claim a site deployed with an old Meteor version",
|
||||
argumentParser: function (opt) {
|
||||
opt.usage(
|
||||
"Usage: meteor claim <site>\n" +
|
||||
@@ -1341,7 +1341,6 @@ Fiber(function () {
|
||||
Commands.push({
|
||||
name: "login",
|
||||
help: "Log in to your Meteor account",
|
||||
hidden: true,
|
||||
argumentParser: function (opt) {
|
||||
opt.usage(
|
||||
"Usage: meteor login [--email] [--galaxy <galaxy.example.com>]\n" +
|
||||
@@ -1357,7 +1356,6 @@ Fiber(function () {
|
||||
Commands.push({
|
||||
name: "logout",
|
||||
help: "Log out of your Meteor account",
|
||||
hidden: true,
|
||||
argumentParser: function (opt) {
|
||||
opt.usage(
|
||||
"Usage: meteor logout\n" +
|
||||
@@ -1371,7 +1369,6 @@ Fiber(function () {
|
||||
Commands.push({
|
||||
name: "whoami",
|
||||
help: "Prints the username of your Meteor developer account",
|
||||
hidden: true,
|
||||
argumentParser: function (opt) {
|
||||
opt.usage(
|
||||
"Usage: meteor whoami\n" +
|
||||
|
||||
Reference in New Issue
Block a user