Skip to content

Commit

Permalink
Update experiments:describe description (#5868)
Browse files Browse the repository at this point in the history
* Update experiments:describe description

* Update src/commands/experiments-describe.ts

---------

Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
aalej and joehan committed Jun 7, 2023
1 parent dc08ce4 commit ab04554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/experiments-describe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { logger } from "../logger";
import { last } from "../utils";

export const command = new Command("experiments:describe <experiment>")
.description("enable an experiment on this machine")
.description("describe what an experiment does when enabled")
.action((experiment: string) => {
if (!experiments.isValidExperiment(experiment)) {
let message = `Cannot find experiment ${bold(experiment)}`;
Expand Down

0 comments on commit ab04554

Please sign in to comment.