From 770568e68fabc43938bd4594e7a87f000599ca86 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Fri, 26 Apr 2024 22:03:10 -0700 Subject: [PATCH] Fix tabulation of help menu --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");