Skip to content

Commit

Permalink
update exp init help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Jan 19, 2022
1 parent 89f2d42 commit a0e9a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/command/experiments/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(self):

def add_parser(experiments_subparsers, parent_parser):

EXPERIMENTS_INIT_HELP = "Initialize experiments."
EXPERIMENTS_INIT_HELP = "Quickly setup any project to use experiments."
experiments_init_parser = experiments_subparsers.add_parser(
"init",
parents=[parent_parser],
Expand Down

0 comments on commit a0e9a78

Please sign in to comment.