Skip to content

Commit

Permalink
Merge pull request #334 from Not-Glunk/swww-fix-typos
Browse files Browse the repository at this point in the history
Fix typo in command docs
  • Loading branch information
LGFae authored Jun 26, 2024
2 parents 90e205e + bf7e30c commit 0aafb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ pub struct Img {
#[arg(long, env = "SWWW_TRANSITION_POS", default_value = "center", value_parser=parse_coords)]
pub transition_pos: CliPosition,

/// inverts the y position sent in 'transiiton_pos' flag
/// inverts the y position sent in 'transition_pos' flag
#[arg(long, env = "INVERT_Y", default_value = "false")]
pub invert_y: bool,

Expand Down
2 changes: 1 addition & 1 deletion doc/swww-img.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ swww-img
*--invert-y* <bool>
\[Environment Variable: SWWW_INVERT_Y]

inverts the y position sent in `transiiton_pos` flag
inverts the y position sent in `transition_pos` flag

*--transition-bezier* <f1,f2,f3,f4 (all floats)>
\[Environment Variable: SWWW_TRANSITION_BEZIER]
Expand Down

0 comments on commit 0aafb81

Please sign in to comment.