Skip to content

Commit

Permalink
[minor] Fix usage string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Oct 26, 2012
1 parent 738c658 commit 5f7df8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu/commands/apps.js
Expand Up @@ -789,5 +789,5 @@ apps.setdrones = function (name, number, callback) {
apps.setdrones.usage = [
'Sets number of drones used by the application.',
'',
'jitsu apps stop [<name>] <number>',
'jitsu apps setdrones [<name>] <number>',
];

0 comments on commit 5f7df8a

Please sign in to comment.