We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145eca8 commit b5bb2a9Copy full SHA for b5bb2a9
SoftLayer/CLI/order/quote_delete.py
@@ -4,9 +4,7 @@
4
5
from SoftLayer.CLI.command import SLCommand as SLCommand
6
from SoftLayer.CLI import environment
7
-from SoftLayer.CLI import formatting
8
from SoftLayer.managers import ordering
9
-from SoftLayer.utils import lookup
10
11
12
@click.command(cls=SLCommand)
docs/cli/ordering.rst
@@ -140,7 +140,7 @@ Quotes
140
:show-nested:
141
142
.. click:: SoftLayer.CLI.order.quote_delete:cli
143
- :prog: order place-delete
+ :prog: order quote-delete
144
145
146
Lookup
0 commit comments