diff options
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 07bec2a..ba8fdde 100644 --- a/include/usage.h +++ b/include/usage.h @@ -218,7 +218,7 @@ "\t-d [#] -l [#] -S -L logfile -f -b -c dir\n" \ "\t-d num\tdebug level\n" \ "\t-l num\tlog level (8 - default)\n" \ - "\t-S\tlog to syslod (defualt)\n" \ + "\t-S\tlog to syslod (default)\n" \ "\t-L file\tlog to file\n" \ "\t-f\trun in fordeground\n" \ "\t-b\trun in background (default)\n" \ |