This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e66e813cfe57ba134d6d46199ec45a8dfc695a6d
Author: ishiis <shunichi.is...@smarthr.co.jp>
AuthorDate: Thu May 12 21:33:53 2022 +0900

    remove `--` in `./breeze build-docs` command (#23671)
    
    (cherry picked from commit 3fa57168a520d8afe0c06d8a0200dd3517f43078)
---
 docs/README.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/README.rst b/docs/README.rst
index 2beb98379a..00624dc607 100644
--- a/docs/README.rst
+++ b/docs/README.rst
@@ -45,25 +45,25 @@ or just to run spell-check
 
 .. code-block:: bash
 
-     ./breeze build-docs -- --spellcheck-only
+     ./breeze build-docs --spellcheck-only
 
 or just to run documentation building
 
 .. code-block:: bash
 
-     ./breeze build-docs -- --docs-only
+     ./breeze build-docs --docs-only
 
 Also, you can only build one documentation via ``--package-filter``.
 
 .. code-block:: bash
 
-    ./breeze build-docs -- --package-filter <PACKAGE-NAME>
+    ./breeze build-docs --package-filter <PACKAGE-NAME>
 
 You can also see all the available arguments via ``--help``.
 
 .. code-block:: bash
 
-    ./breeze build-docs -- --help
+    ./breeze build-docs --help
 
 Running the Docs Locally
 ------------------------

Reply via email to