Skip to content

Commit

Permalink
[fix] Add non-interactive snapshot activation to help
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque committed Dec 5, 2013
1 parent 993f43d commit c29c392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jitsu/commands/snapshots.js
Expand Up @@ -25,6 +25,7 @@ snapshots.usage = [
'jitsu snapshots list <app-name>',
'jitsu snapshots activate',
'jitsu snapshots activate <app-name>',
'jitsu snapshots activate <app-name> <snapshot-id>',
'jitsu snapshots fetch',
'jitsu snapshots fetch <app-name>',
'jitsu snapshots destroy',
Expand Down Expand Up @@ -256,6 +257,7 @@ snapshots.activate.usage = [
'Activates a snapshot for the application in the current directory',
'',
'jitsu snapshots activate',
'jitsu snapshots activate <app-name>',
'jitsu snapshots activate <app-name> <snapshot-id>'
];

Expand Down

0 comments on commit c29c392

Please sign in to comment.