Browse Source

Correct typo

Leo 9 years ago
parent
commit
bd807a4dc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/command_def.ml

+ 1 - 1
src/command_def.ml

@@ -85,7 +85,7 @@ let shared_params =
         ~doc:"file Read configuration from the given file and continue parsing."
   (* Flag to handle signals *)
   <*> flag "-s" no_arg
-        ~aliases:["--sinals" ; "-signals"]
+        ~aliases:["--signals" ; "-signals"]
         ~doc:"Handle signals. Warning, this is not much tested and not \
               implemented the best way."
 ;;