Corrected i missspelling in the help display.

This commit is contained in:
Magnus Juntti 2008-03-09 11:37:15 +00:00
parent a6715af1c1
commit 454eda1c09

View file

@ -669,7 +669,7 @@ sub usageprompt
printf("-c, --config filename Searchpath to configuration file, if not given $CONFIG_FILE is assumed.\n");
printf("-d, --daemon Run the program as a daemon and write a logfile.\n");
printf("-h, --help Show this message and exit.\n");
printf("--simulate Run in foreground, log to console, no actuall device operations performed.\n");
printf("--simulate Run in foreground, log to console, no actual device operations performed.\n");
}