Skip to content

Commit 437e20d

Browse files
authored
Markdown edits to hydra-command-line-flags.md (facebookresearch#1702)
1 parent aafe97f commit 437e20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/advanced/hydra-command-line-flags.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Running Hydra applications:
2929
- **--run,-r**: Run is the default mode and is not normally needed.
3030
- **--multirun,-m**: Run multiple jobs with the configured launcher and sweeper. See [Multi-run](/tutorials/basic/running_your_app/2_multirun.md).
3131
<br/><br/>
32-
- **--config-path,-cp**: Overrides the config_path specified in hydra.main(). The config_path is relative to the Python file declaring @hydra.main()
33-
- **--config-name,-cn**: Overrides the config_name specified in hydra.main()
32+
- **--config-path,-cp**: Overrides the `config_path` specified in `hydra.main()`. The `config_path` is relative to the Python file declaring `@hydra.main()`.
33+
- **--config-name,-cn**: Overrides the `config_name` specified in `hydra.main()`.
3434
- **--config-dir,-cd**: Adds an additional config directory to the [config search path](search_path.md).
3535
This is useful for installed apps that want to allow their users to provide additional configs.
3636

0 commit comments

Comments
 (0)