mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
dirname: add missing "\n\" to usage message
This commit is contained in:
parent
1d18eabf0b
commit
e750a5a06a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ mod options {
|
||||||
|
|
||||||
fn get_long_usage() -> String {
|
fn get_long_usage() -> String {
|
||||||
String::from(
|
String::from(
|
||||||
"Output each NAME with its last non-slash component and trailing slashes
|
"Output each NAME with its last non-slash component and trailing slashes \n\
|
||||||
removed; if NAME contains no /'s, output '.' (meaning the current directory).",
|
removed; if NAME contains no /'s, output '.' (meaning the current directory).",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue