Skip to content

Commit

Permalink
feat(cli): add short alias for move_transcode_to_content
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Apr 17, 2023
1 parent b53f16d commit 77722ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -92,7 +92,7 @@ struct TranscodeCommand {
config_file: Option<PathBuf>,

/// If the transcode should be moved to the content directory, useful when you want to start seeding right after you upload
#[arg(long, default_value = "false")]
#[arg(long, short, default_value = "false")]
move_transcode_to_content: bool,

/// If the hash check of the original torrent should be skipped, defaults to false, not recommended and if enabled done at own risk!
Expand Down

0 comments on commit 77722ef

Please sign in to comment.