Skip to content

Commit bb52cb2

Browse files
authored
help: add documentation for toggle (#121)
1 parent 47b8995 commit bb52cb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static void printHelp() {
2222
<< " -d | --daemon | Do not open after initializing\n"
2323
<< " -o | --options \"a,b,c\" | Pass an explicit option array\n"
2424
<< " -m | --dmenu | Pass an option list in dmenu-style (stdin, newline-separated)\n"
25+
<< " -t | --toggle | When running with this option, toggle instead of opening\n"
2526
<< " -h | --help | Print this menu\n"
2627
<< " -v | --version | Print version info\n"
2728
<< " | --quiet | Disable all logging\n"
@@ -131,4 +132,4 @@ int main(int argc, char** argv, char** envp) {
131132
g_ui = makeUnique<CUI>(openByDefault);
132133
g_ui->run();
133134
return 0;
134-
}
135+
}

0 commit comments

Comments
 (0)