Skip to content

Commit

Permalink
[fromimage] add --ts alias for --transfer-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Oct 24, 2024
1 parent 405d91f commit a8b2e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fromimage/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct App {
#[arg(short = 'o', long = "out")]
output: Option<PathBuf>,
/// Override the transfer syntax UID (pixel data is not converted)
#[arg(long = "transfer-syntax")]
#[arg(long = "transfer-syntax", alias = "ts")]
transfer_syntax: Option<String>,
/// Encapsulate the image file raw data in a fragment sequence
/// instead of writing native pixel data
Expand Down

0 comments on commit a8b2e9a

Please sign in to comment.