Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Fix database switch name in docs
Browse files Browse the repository at this point in the history
%/-d/-e
  • Loading branch information
BigBlueHat committed Oct 30, 2014
1 parent 734059a commit 28fe351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ Pushing to a (set of) servers
----------------------------------------
Pushing an application to a server is as simple as running::

situp.py push -s http://localhost:5984 -d databasename
situp.py push -s http://localhost:5984 -e databasename

The -s option can be specified multiple times.

If a server has been defined (see above) you can refer to it via it's short
name::

situp.py push -s dev -d databasename
situp.py push -s dev -e databasename

If a server URL has a username in it (e.g. joe@localhost:5984) ``situp.py``
will ask for a password. This won't be stored anywhere and will not be in the
Expand Down

0 comments on commit 28fe351

Please sign in to comment.