From 30ae0da0e6cfc2fa8f8fafdc6e5f7e3ed7ed33a6 Mon Sep 17 00:00:00 2001 From: PJ Gray Date: Sat, 26 Jan 2013 11:15:23 -0500 Subject: [PATCH] updated README --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d2f56b3..daeb484 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Lightman uses an inception level of javascript libraries. [Spooky.js](https:// Lightman usage: ```` - Usage: lightman [options] +Usage: lightman [options] Options: @@ -30,19 +30,18 @@ Lightman usage: -c, --csr [csr file] Use csr file -bn, --bundlename [bundle name] Use bundle name -bi, --bundleid [bundle id] Use bundle id - -```` -Supported Commands: + Commands: -* login - logs you in (saves to keychain) -* logout -* cert:create:dev - create development certificate (REQ: csr OPTIONAL: team) -* cert:create:dist - create distribution certificate (REQ: csr OPTIONAL: team) -* appid:create - create app id (REQ: bundlename,bundleid OPTIONAL: team) -* appid:configure:push - configure app id for push (REQ: bundlename,csr OPTIONAL: team) -* team:list - list teams you belong to - + login - logs you in (saves to keychain) + logout + cert:create:dev - create development certificate (REQ: csr OPTIONAL: team) + cert:create:dist - create distribution certificate (REQ: csr OPTIONAL: team) + appid:create - create app id (REQ: bundlename,bundleid OPTIONAL: team) + appid:configure:push - configure app id for push (REQ: bundlename,csr OPTIONAL: team) + team:list - list teams you belong to + +```` ### Other Stuff: