From 905d01623dd76f0bd09f8ee5563fde8092c76313 Mon Sep 17 00:00:00 2001 From: Reto Habluetzel Date: Sun, 28 Apr 2019 12:53:17 +0200 Subject: [PATCH] env: extend help for --null --- src/env/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");