Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[doc] Add --ram docs
  • Loading branch information
mmalecki committed Sep 5, 2013
1 parent cb8e92c commit b2a7c80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/jitsu/commands/apps.js
Expand Up @@ -1047,7 +1047,10 @@ apps.cloud.usage = [
'jitsu cloud [<name>]',
'',
'jitsu apps cloud [<name>] <provider> <datacenter> [<drones>]',
'jitsu cloud [<name>] <provider> <datacenter> [<drones>]'
'jitsu cloud [<name>] <provider> <datacenter> [<drones>]',
'',
'Options:',
'--ram RAM size to deploy to'
];

//
Expand Down

0 comments on commit b2a7c80

Please sign in to comment.