diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py index 789ffb3aa21e7..b064ed60fed4b 100755 --- a/airflow/bin/cli.py +++ b/airflow/bin/cli.py @@ -677,7 +677,7 @@ class CLIFactory(object): 'dag_id', 'task_id', 'execution_date', 'subdir', 'dry_run', 'task_params'), }, { - 'func': scheduler, + 'func': webserver, 'help': "Start a Airflow webserver instance", 'args': ('port', 'workers', 'workerclass', 'hostname', 'debug'), }, {