Skip to content

Commit

Permalink
change --name short form from -d to -n
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwilson committed Nov 20, 2023
1 parent c8998f8 commit 786a577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum Command {
source_name: String,

/// Name to give the dataset specified by the descriptor.
#[arg(short, long = "name", value_name = "NAME")]
#[arg(short = 'n', long = "name", value_name = "NAME")]
dataset_name: Name,

/// Path to write descriptor to.
Expand Down

0 comments on commit 786a577

Please sign in to comment.