Skip to content

Commit 1632dd0

Browse files
Merge pull request #792 from camporter/change_sl_to_slcli_in_docs
Change additional references of 'sl' to 'slcli'
2 parents 2840968 + 6ae8a84 commit 1632dd0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cli.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Command-line Interface
44
======================
55

6-
The SoftLayer command line interface is available via the `sl` command
7-
available in your `PATH`. The `sl` command is a reference implementation of
6+
The SoftLayer command line interface is available via the `slcli` command
7+
available in your `PATH`. The `slcli` command is a reference implementation of
88
SoftLayer API bindings for python and how to efficiently make API calls. See
99
the :ref:`usage-examples` section to see how to discover all of the
1010
functionality not fully documented here.
@@ -54,10 +54,10 @@ To see more about the config file format, see :ref:`config_file`.
5454

5555
Usage Examples
5656
--------------
57-
To discover the available commands, simply type `sl`.
57+
To discover the available commands, simply type `slcli`.
5858
::
5959

60-
$ sl
60+
$ slcli
6161
Usage: slcli [OPTIONS] COMMAND [ARGS]...
6262

6363
SoftLayer Command-line Client

0 commit comments

Comments
 (0)