diff options
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); |