diff --git a/src/env/env.rs b/src/env/env.rs index dcf0f46da..931277bb6 100644 --- a/src/env/env.rs +++ b/src/env/env.rs @@ -47,7 +47,7 @@ pub fn uumain(args: Vec) -> i32 { .optflag( "0", "null", - "end each output line with a 0 byte rather than newline", + "end each output line with a 0 byte rather than newline (only valid when printing the environment)", ) .optopt("u", "unset", "remove variable from the environment", "NAME");