mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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("Usage:");
|
||||||
println!(" {0:s} [OPTION] NAME...", program);
|
println!(" {0:s} [OPTION] NAME...", program);
|
||||||
println("");
|
println("");
|
||||||
print(groups::usage("Output each NAME with its last non-slash component and trailing slashes\
|
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\
|
removed; if NAME contains no /'s, output '.' (meaning the current
|
||||||
directory).", opts));
|
directory).", opts));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue