Merge "Revert "[contributor] use . to source script files""

This commit is contained in:
Zuul 2018-02-21 18:26:55 +00:00 committed by Gerrit Code Review
commit c49f516d72
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@ Follow these guidelines:
The OpenStack CLI supports both ``--option ARGUMENT`` and
``--option=ARGUMENT``. In technical publications, use ``--option ARGUMENT``.
* **Use "." to source script files**
When you have to source a script file, for example, a credentials file to
gain access to user-only or admin-only CLI commands, use ``.`` instead of
``source``.
* **Use capital letters with underscores for parameters**
When you write parameters in an example command,