mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #3570 from cakebaker/dirname_missing_newline
dirname: add missing "\n\" to usage message
This commit is contained in:
commit
c4b47b4ad1
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