Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from alphagov/enable-unicorn-rails
Browse files Browse the repository at this point in the history
add unicorn_rails to unicorn choice list
  • Loading branch information
Sam J Sharpe committed Dec 12, 2013
2 parents 74dc508 + 03c391a commit f5f70ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unicornherder/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
parser = argparse.ArgumentParser(description='Manage daemonized (g)unicorns.')

parser.add_argument('-u', '--unicorn', default='gunicorn', metavar='TYPE',
choices=['unicorn', 'gunicorn','gunicorn_django'],
help='The type of unicorn to manage (gunicorn, gunicorn_django, unicorn)')
choices=['unicorn', 'unicorn_rails', 'gunicorn','gunicorn_django'],
help='The type of unicorn to manage (gunicorn, gunicorn_django, unicorn, unicorn_rails)')
parser.add_argument('-b', '--unicorn-bin', default=None, metavar='UNICORN_BIN',
type=str, dest='unicorn_bin',
help='path to a specific unicorn to manage')
Expand Down

0 comments on commit f5f70ac

Please sign in to comment.