Browse Source

Amend help to prepare next release

Leo 10 years ago
parent
commit
459a294047
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/command_def.ml

+ 1 - 1
src/command_def.ml

@@ -70,7 +70,7 @@ let args =
     (* Flag to edit the nth command *)
     +> flag "-m" no_arg
     ~aliases:["-modify" ; "--modify"]
-    ~doc:"[n] Edit the nth command of the rc file."
+    ~doc:"[n] Edit the nth command of the rc file. [Not working properly]"
 
     +> anon (maybe ("Command number" %: int)))
 ;;