Fixing nits in documertation

dry_run sub command was given as dry-run, there is no such command.
Fixing the issue.

Change-Id: I7e9ca3ad328679c1bb1abdcbc9b89d6bef629ce1
This commit is contained in:
Rahul Nair 2016-11-22 11:48:52 -06:00
parent 1c973b4646
commit 917234e6c2
2 changed files with 3 additions and 2 deletions

View File

@ -436,7 +436,7 @@ using syntribos.
$ syntribos --config-file keystone.conf -t SQL run
- **dry-run**
- **dry_run**
This command ensures that the template files given for this run parse
successfully without errors. It then runs a debug test which sends no
@ -937,3 +937,4 @@ docs directory. The file can be generated by running ``python readme.py``
from the ``syntribos/scripts`` directory. When the README needs to be
updated; modify the corresponding rst file in ``syntribos/doc/source``
and generate it by running the script.

View File

@ -26,7 +26,7 @@ using syntribos.
$ syntribos --config-file keystone.conf -t SQL run
- **dry-run**
- **dry_run**
This command ensures that the template files given for this run parse
successfully without errors. It then runs a debug test which sends no