mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +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 {
|
||||
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).",
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue