Browse Source

Remove the inappropriate flag conflict

There is no reasons why any current log system would be inaccessible
when running either in the background or the foreground.
pull/5/head
Rodolphe Breard 6 years ago
parent
commit
ae48966b75
  1. 1
      acmed/src/main.rs

1
acmed/src/main.rs

@ -62,7 +62,6 @@ fn main() {
.short("f") .short("f")
.long("foregroung") .long("foregroung")
.help("Runs in the foregroung") .help("Runs in the foregroung")
.conflicts_with("to-stderr"),
) )
.arg( .arg(
Arg::with_name("pid-file") Arg::with_name("pid-file")

Loading…
Cancel
Save