mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
more: group about and usage
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user