diff --git a/src/main.rs b/src/main.rs index d61e560..5e4e62c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -364,7 +364,7 @@ fn configuration() -> Flags { print!(" --tag | -t the focused tag of each output\n"); print!(" --title | -w the title of the focused view\n"); print!(" --mode | -m the current input mode\n"); - print!(" --layout | -l display the name of the layout\n"); + print!(" --layout | -l display the name of the layout\n"); print!(" --focused | -f the name of the focused output\n"); print!(" --urgency | -u tags with urgent views on them\n"); print!(" --view-tags | -vt the tags with views on them\n");