1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

more: group about and usage

This commit is contained in:
Piotr Kwiecinski 2023-03-23 16:09:04 +01:00
parent d96aa3e098
commit 6c9664433f

View file

@ -31,8 +31,8 @@ use uucore::error::{UResult, USimpleError, UUsageError};
use uucore::{format_usage, help_about, help_usage};
const ABOUT: &str = help_about!("more.md");
const BELL: &str = "\x07";
const USAGE: &str = help_usage!("more.md");
const BELL: &str = "\x07";
pub mod options {
pub const SILENT: &str = "silent";