mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
Add -input to -h output
This commit is contained in:
parent
eb0bfc60c4
commit
6495d8e8df
1 changed files with 1 additions and 0 deletions
|
@ -622,4 +622,5 @@ void print_dmenu_options ( void )
|
|||
print_help_msg ( "-password", "", "Do not show what the user inputs. Show '*' instead.", NULL, is_term );
|
||||
print_help_msg ( "-markup-rows", "", "Allow and render pango markup as input data.", NULL, is_term );
|
||||
print_help_msg ( "-sep", "[char]", "Element separator.", "'\\n'", is_term );
|
||||
print_help_msg ( "-input", "[filename]", "Read input from file instead from standard input.", NULL, is_term );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue