more: group about and usage

This commit is contained in:
Piotr Kwiecinski
2023-03-23 16:09:04 +01:00
parent d96aa3e098
commit 6c9664433f
+1 -1
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";