Skip to content

Commit

Permalink
set alias to old value, so the usage stays the same
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 15, 2024
1 parent 0e63b69 commit db9a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/commands/backup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub struct BackupOptions {
/// Set file name to be used when backing up from stdin
#[cfg_attr(
feature = "clap",
clap(long, value_name = "FILE_NAME", default_value = "stdin")
clap(long, value_name = "FILE_NAME", alias="stdin-filename" default_value = "stdin")
)]
#[cfg_attr(feature = "merge", merge(skip))]
pub stdin_file_name: String,
Expand Down

0 comments on commit db9a399

Please sign in to comment.