From 6a442e34838093292b11c03df65ed6c02f7b6f6e Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 25 Dec 2020 13:42:15 +0000 Subject: [PATCH] non --- src/arg/usage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arg/usage.rs b/src/arg/usage.rs index fe10b76..586e74b 100644 --- a/src/arg/usage.rs +++ b/src/arg/usage.rs @@ -260,8 +260,8 @@ impl fmt::Display for Opt opt!(where "Some environment variables can control the behaviour of the program also"), opt!("RUST_LOG"), - opt!(where "Controls the logging level of the parent process\nThese can be surpressed entirely by `--silent` or `--stfu`\nIf the var is not set, the default level is used."), - opt!("trace"; * 2 "The most verbose logging"), + opt!(where "Controls the logging level of the parent process\nThese can be surpressed entirely by `--silent` or `--stfu`\nIf the var is not set, the default level is used.\nLogs are printed to parent's stderr."), + opt!("trace"; * 2 "The most verbose logging. Will include internal task scheduler & polling messages."), opt!("debug"; * 2 "Include debug messages"), opt!("info"; * 2 "Include information messages"), opt!("warn"; * 2 "Only warnings and errors"),