Fix tabulation of help menu

This commit is contained in:
Alexander Rosenberg 2024-04-26 22:03:10 -07:00
parent 5eff1c42a7
commit 770568e68f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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");