Skip to content

Commit

Permalink
fix(docs): Add summary and options in settings of login
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentM authored and jthoms1 committed Oct 29, 2016
1 parent 2df9b70 commit dc4ff0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/ionic/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ var appLibSettings = IonicAppLib.settings;
var settings = {
title: 'login',
name: 'login',
summary: 'Login to your Ionic account',
options: {
'--email|-e': 'Ionic account email',
'--password|-p': 'Ionic account password'
},
isProjectTask: false
};

Expand Down

0 comments on commit dc4ff0a

Please sign in to comment.