mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
env: extend help for --null
This commit is contained in:
Vendored
+1
-1
@@ -47,7 +47,7 @@ pub fn uumain(args: Vec<String>) -> 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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user