Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antonku committed Nov 28, 2017
1 parent 8a14050 commit 4b55056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installation
General usage example
---------------------

>>> ncsslapi [command_name] [command_args] [--sandbox]
>>> ncsslapi [command_name] [command_args]

On the first run you will be requested to enter some general information required to make an api call.
This information will be stored in ``~/ncsslapi/config`` as yaml and can be easily edited.
Expand All @@ -32,7 +32,7 @@ Environments
This tool can be used in two environments:

* production (default)
* sandbox (add ``--sandbox`` flag to a command)
* sandbox (add ``--sandbox/-sb`` flag to a command)

Available Commands
------------------
Expand Down Expand Up @@ -206,7 +206,7 @@ _______
Shows list of SSL certificates in your Namecheap account

>>> ncsslapi getlist -kw
>>> ncsslapi getlist -kw example.com -f ACTIVE -s PURCHASEDATE
>>> ncsslapi getlist -kw example.com -f Active -s PURCHASEDATE

**Arguments**

Expand Down

0 comments on commit 4b55056

Please sign in to comment.