This commit is contained in:
sylvestre
2023-03-03 04:15:08 +00:00
parent 20b651f253
commit 21b98b2b84
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -256,6 +256,7 @@
<a href="#256" id="256">256</a>
<a href="#257" id="257">257</a>
<a href="#258" id="258">258</a>
<a href="#259" id="259">259</a>
</pre><pre class="rust"><code><span class="comment">// This file is part of the uutils coreutils package.
//
// (c) Michael Gehring &lt;mg@ebfe.org&gt;
@@ -494,6 +495,7 @@
Arg::new(options::ZERO_TERMINATED)
.long(options::ZERO_TERMINATED)
.short(<span class="string">&#39;z&#39;</span>)
.overrides_with(options::ZERO_TERMINATED)
.help(<span class="string">&quot;line delimiter is NUL, not newline&quot;</span>)
.action(ArgAction::SetTrue),
)
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long