od: regroup constants

This commit is contained in:
Daniel Hofstetter 2023-03-10 15:07:40 +01:00
parent fa7550cad9
commit 62826143b5

View file

@ -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 {