Skip to content

Commit

Permalink
Adjust description of the --trace command
Browse files Browse the repository at this point in the history
  • Loading branch information
aannleax committed Nov 17, 2023
1 parent fdd5815 commit 011ce94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl OutputArgs {
/// Cli arguments related to tracing
#[derive(Debug, clap::Args)]
pub struct TracingArgs {
/// Specify a fact, the origin of which should be explained
/// Specify a fact or multiple semicolon separated facts, the origin of which should be explained
#[arg(long = "trace", value_delimiter = ';')]
pub traced_facts: Option<Vec<String>>,
/// Specify a file to save the trace.
Expand Down

0 comments on commit 011ce94

Please sign in to comment.