mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
more: group about and usage
This commit is contained in:
parent
d96aa3e098
commit
6c9664433f
1 changed files with 1 additions and 1 deletions
|
@ -31,8 +31,8 @@ use uucore::error::{UResult, USimpleError, UUsageError};
|
||||||
use uucore::{format_usage, help_about, help_usage};
|
use uucore::{format_usage, help_about, help_usage};
|
||||||
|
|
||||||
const ABOUT: &str = help_about!("more.md");
|
const ABOUT: &str = help_about!("more.md");
|
||||||
const BELL: &str = "\x07";
|
|
||||||
const USAGE: &str = help_usage!("more.md");
|
const USAGE: &str = help_usage!("more.md");
|
||||||
|
const BELL: &str = "\x07";
|
||||||
|
|
||||||
pub mod options {
|
pub mod options {
|
||||||
pub const SILENT: &str = "silent";
|
pub const SILENT: &str = "silent";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue