mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Remove unnecessary escaping
This commit is contained in:
parent
d96e104a87
commit
94dd3ff7d3
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ fn main() {
|
|||
println("Usage:");
|
||||
println!(" {0:s} [OPTION] NAME...", program);
|
||||
println("");
|
||||
print(groups::usage("Output each NAME with its last non-slash component and trailing slashes\
|
||||
removed; if NAME contains no /'s, output '.' (meaning the current\
|
||||
print(groups::usage("Output each NAME with its last non-slash component and trailing slashes
|
||||
removed; if NAME contains no /'s, output '.' (meaning the current
|
||||
directory).", opts));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue