Browse Source

Fix typo

 + Fisrt word of the description was appering as an argument.
Leo 9 years ago
parent
commit
cebb133cf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/command_def.ml

+ 1 - 1
src/command_def.ml

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