From 6c9664433ff3341ada8e09df99a08415739c0b39 Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Thu, 23 Mar 2023 16:09:04 +0100 Subject: [PATCH] more: group about and usage --- src/uu/more/src/more.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/more/src/more.rs b/src/uu/more/src/more.rs index 4dc8a3db6..6cf9df1ab 100644 --- a/src/uu/more/src/more.rs +++ b/src/uu/more/src/more.rs @@ -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";