Skip to content

Commit

Permalink
change align command description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk1f0 committed Feb 10, 2024
1 parent 2a499b7 commit 80afbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options:
-p, --palette Generate a color palette from Wallpaper
-d, --daemon Enable Daemon Watchdog mode, will resplit on Output changes
--force-resplit Force Resplit, skips all Image Cache checks
-a, --align <ALIGN> Don't downscale the Base Image, align the Layout instead [possible values: tl, tr, bl, br, c]
-a, --align <ALIGN> Do not downscale the Base Image, align the Layout instead [possible values: tl, tr, bl, br, c]
-h, --help Print help
-V, --version Print version
```
Expand Down
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct Args {
#[arg(long)]
force_resplit: bool,

/// Don't downscale the Base Image, align the Layout instead
/// Do not downscale the Base Image, align the Layout instead
#[arg(short, long, value_enum)]
align: Option<Alignment>,
}
Expand Down

0 comments on commit 80afbdb

Please sign in to comment.