From 62826143b5f2f33d3286a1d01fb1f52a0f16914d Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 10 Mar 2023 15:07:40 +0100 Subject: [PATCH] od: regroup constants --- src/uu/od/src/od.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uu/od/src/od.rs b/src/uu/od/src/od.rs index 1ecb81391..3101c8c8d 100644 --- a/src/uu/od/src/od.rs +++ b/src/uu/od/src/od.rs @@ -48,10 +48,9 @@ use uucore::parse_size::ParseSizeError; use uucore::{format_usage, help_about, help_section, help_usage, show_error, show_warning}; const PEEK_BUFFER_SIZE: usize = 4; // utf-8 can be 4 bytes + const ABOUT: &str = help_about!("od.md"); - const USAGE: &str = help_usage!("od.md"); - const AFTER_HELP: &str = help_section!("after help", "od.md"); pub(crate) mod options {