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