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

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1184f4a  Fix the command in the documentation - airflow dags backfill 
(#9128)
1184f4a is described below

commit 1184f4a444780d31059826942f18a7d18900ed8f
Author: svetli-n <[email protected]>
AuthorDate: Thu Jun 4 11:42:46 2020 +0200

    Fix the command in the documentation - airflow dags backfill (#9128)
---
 docs/dag-run.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dag-run.rst b/docs/dag-run.rst
index c53ed2d..fc23c46 100644
--- a/docs/dag-run.rst
+++ b/docs/dag-run.rst
@@ -138,7 +138,7 @@ Run the below command
 
 .. code:: bash
 
-    airflow backfill -s START_DATE -e END_DATE dag_id
+    airflow dags backfill -s START_DATE -e END_DATE dag_id
 
 The `backfill command <cli-ref.html#backfill>`_ will re-run all the instances 
of the dag_id for all the intervals within the start date and end date.
 

Reply via email to