mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-14 11:07:59 +00:00
change ABOUT from static to const
This commit is contained in:
parent
2bae3dd4f2
commit
4276111222
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ impl Settings {
|
|||
}
|
||||
}
|
||||
|
||||
static ABOUT: &str = help_about!("wc.md");
|
||||
const ABOUT: &str = help_about!("wc.md");
|
||||
const USAGE: &str = help_usage!("wc.md");
|
||||
|
||||
pub mod options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue