mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove unnecessary escaping
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user