Merge pull request #3570 from cakebaker/dirname_missing_newline

dirname: add missing "\n\" to usage message
This commit is contained in:
Terts Diepraam 2022-05-27 13:07:26 +02:00 committed by GitHub
commit c4b47b4ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).",
)
}