mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Remove spurious line separator
This commit is contained in:
parent
48bc321058
commit
bfeb894372
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ public final class UrlEncoder {
|
|||
return new MainResult("Usage : java " + UrlEncoder.class.getName() + " [-ed] text" + System.lineSeparator() +
|
||||
"Encode and decode URL parameters." + System.lineSeparator() +
|
||||
" -e encode (default)" + System.lineSeparator() +
|
||||
" -d decode" + System.lineSeparator(), 1);
|
||||
" -d decode", 1);
|
||||
}
|
||||
|
||||
if (1 == arguments.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue