Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Example command omitted the `--dev` flag.
  • Loading branch information
dwolfe committed Oct 9, 2018
1 parent 742cd30 commit fb196cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developing/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions. To grant admin permissions to a user, run the following command:

.. code-block:: bash
tox -e py27-dev -- sh bin/hypothesis user admin <username>
tox -e py27-dev -- sh bin/hypothesis --dev user admin <username>
For example, to make the user 'joe' an admin in the development environment:

Expand Down

0 comments on commit fb196cc

Please sign in to comment.