Skip to content

Commit

Permalink
Add help
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondav committed Oct 2, 2018
1 parent 0663225 commit 2a06651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def restore_experiment(experiment_id):

@commands.command("rename")
@click.argument("experiment_id")
@click.argument("new_name", "New name to give to the experiment.")
@click.argument("new_name", help="New name to give to the experiment.")
def rename_experiment(experiment_id, new_name):
"""
Renames an active experiment.
Expand Down

0 comments on commit 2a06651

Please sign in to comment.