README: Rename --no_dry_run to --no-dry-run

The actual argument is --no-dry-run, let's fix it in doc.

Change-Id: Iafd2309e06db4fe28338b68c7a3e147bfa333c0c
This commit is contained in:
Emilien Macchi 2017-06-16 10:47:34 -04:00
parent 5bb7cf1135
commit 1adce5bd0a
1 changed files with 3 additions and 3 deletions

View File

@ -426,20 +426,20 @@ default).
::
./expire_old_bug_reports.py nova --no_dry_run
./expire_old_bug_reports.py nova --no-dry-run
Actually expire old bug reports of *Nova*.
::
./expire_old_bug_reports.py nova --no_dry_run --credentials-file cred.txt
./expire_old_bug_reports.py nova --no-dry-run --credentials-file cred.txt
Use a credentials file to expire bug reports (see `launchpad-login`_).
::
export LP_CREDS_FILE=path/to/my/lp/credentials/files/cred.txt
./expire_old_bug_reports.py nova --no_dry_run
./expire_old_bug_reports.py nova --no-dry-run
Use an environment variable to access the credentials file instead of the
``--credentials-file`` flag.