Skip to content

Commit

Permalink
branding
Browse files Browse the repository at this point in the history
  • Loading branch information
desujoy committed Oct 1, 2023
1 parent d14dac3 commit 9b0b534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ fn main() {
}

fn print_usage_and_exit() {
println!("USAGE: [subcommand] [infile] [outfile] [args] [subcommand2] [infile] [outfile] [args] ...");
println!("Rustic Retouch - a simple image processing tool written in Rust.\n by: Sujoy De\n ");
println!("USAGE: [subcommand] [infile] [outfile] [args]");
println!("subcommands:");
println!("blur INFILE OUTFILE amount(f32)");
println!("brighten INFILE OUTFILE amount(i32)");
println!("crop INFILE OUTFILE x(u32) y(u32) width(u32) height(u32)");
Expand Down

0 comments on commit 9b0b534

Please sign in to comment.