diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-07 18:00:12 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-07 18:00:12 +0100 |
commit | 88caa9da18841561c604c5a237cb776375eee035 (patch) | |
tree | c01fd925a89f22f1a7cf1209f4ecd5cbd8dc7099 /udevcontrol.c | |
parent | 159ba1c5314b160d7036009eac690fe399c7917d (diff) |
man: add missing options to various man pages
Diffstat (limited to 'udevcontrol.c')
-rw-r--r-- | udevcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevcontrol.c b/udevcontrol.c index a983f22835..6ca90855c5 100644 --- a/udevcontrol.c +++ b/udevcontrol.c @@ -125,7 +125,7 @@ int main(int argc, char *argv[], char *envp[]) " reload_rules reloads the rules files\n" " max_childs=<N> maximum number of childs\n" " max_childs_running=<N> maximum number of childs running at the same time\n" - " --help print this help text\n\n"); + " help print this help text\n\n"); goto exit; } else { fprintf(stderr, "unrecognized command '%s'\n", arg); |