help message error

This commit is contained in:
Bryan Ndjeutcha 2021-05-25 07:14:19 -04:00
parent ed06e384f5
commit c89a862635

View File

@ -54,7 +54,7 @@ fn main() {
println!("Usage: status [option]\n"); println!("Usage: status [option]\n");
println!(" --monitor | -m <uint> : select the monitor"); println!(" --monitor | -m <uint> : select the monitor");
println!(" --tag | -t : displays the focused tag"); println!(" --tag | -t : displays the focused tag");
println!(" --tag | -t : displays the title of the focused view"); println!(" --window-title | -w : displays the title of the focused view");
println!(" --view-tags | -vt : displays the tag of all views"); println!(" --view-tags | -vt : displays the tag of all views");
std::process::exit(0); std::process::exit(0);
} }