From ae48966b75d8bc9e1676858ee3dc7f969590023c Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Wed, 27 Mar 2019 18:17:26 +0100 Subject: [PATCH] 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. --- acmed/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/acmed/src/main.rs b/acmed/src/main.rs index daf3e9b..f46dddc 100644 --- a/acmed/src/main.rs +++ b/acmed/src/main.rs @@ -62,7 +62,6 @@ fn main() { .short("f") .long("foregroung") .help("Runs in the foregroung") - .conflicts_with("to-stderr"), ) .arg( Arg::with_name("pid-file")