Skip to content

Commit

Permalink
Fixing example config name
Browse files Browse the repository at this point in the history
  • Loading branch information
ginwakeup authored Sep 29, 2022
1 parent 441f638 commit b16a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submoduler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@click.command
@click.option('--config_path',
help="Path to the configuration file. This supports relative path, e.g.: ../submoduler.yaml.",
help="Path to the configuration file. This supports relative path, e.g.: ../submoduler-example-config.yaml.",
default="/opt/submoduler.yaml")
@click.option('--user',
help="Username.",
Expand Down

0 comments on commit b16a6e4

Please sign in to comment.