Leo il y a 9 ans
Parent
commit
bd807a4dc6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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."
 ;;