Skip to content

Commit

Permalink
chore: display order will start at 1
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Jan 9, 2025
1 parent b0968f7 commit ce06c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seedelf-cli/src/commands/util/find_seedelf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pub struct FindArgs {
short = 'l',
long,
help = "The seedelf label / personal tag.",
display_order = 0
display_order = 1
)]
label: String,
}
Expand Down

0 comments on commit ce06c93

Please # to comment.