udevadm-control: list all short options in help text

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
This commit is contained in:
Marcus Folkesson 2017-12-03 18:36:09 +01:00
parent 73527992c1
commit a04a902706

View file

@ -37,7 +37,7 @@ static void print_help(void) {
" -R --reload Reload rules and databases\n"
" -p --property=KEY=VALUE Set a global property for all events\n"
" -m --children-max=N Maximum number of children\n"
" --timeout=SECONDS Maximum time to block for a reply\n"
" -t --timeout=SECONDS Maximum time to block for a reply\n"
, program_invocation_short_name);
}