This commit is contained in:
Magnus Juntti 2008-02-19 19:00:57 +00:00
parent 33f719a988
commit a864dd50b5

View file

@ -426,7 +426,7 @@ sub usageprompt
printf("-d, --daemon Run the program as a daemon and write a logfile.\n");
printf("-h, --help Show this message and exit.\n");
printf("-l, --logfile filename Redirect daemon logs to filename. Default $LOG_FILE\n");
printf("--nopid Do not write process id into file $PIDFILE\n");
printf("--nopid Do not write process id into file $pidFile\n");
}