Skip to content

Commit

Permalink
Added info about skipped mill server in -i cmdline option
Browse files Browse the repository at this point in the history
See #497
  • Loading branch information
lefou committed Dec 10, 2018
1 parent 2206994 commit 5f77755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/mill/MillMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object MillMain {
var interactive = false
val interactiveSignature = Arg[Config, Unit](
"interactive", Some('i'),
"Run Mill in interactive mode, suitable for opening REPLs and taking user input",
"Run Mill in interactive mode, suitable for opening REPLs and taking user input. In this mode, no mill server will be used.",
(c, v) =>{
interactive = true
c
Expand Down

0 comments on commit 5f77755

Please sign in to comment.