mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 573254 - Command line help options should line up; r=ehsan
This commit is contained in:
parent
5bc862e8ea
commit
8780e5fba1
@ -468,8 +468,8 @@ PrivateBrowsingService.prototype = {
|
||||
},
|
||||
|
||||
get helpInfo() {
|
||||
return " -private Enable private browsing mode.\n" +
|
||||
" -private-toggle Toggle private browsing mode.\n";
|
||||
return " -private Enable private browsing mode.\n" +
|
||||
" -private-toggle Toggle private browsing mode.\n";
|
||||
},
|
||||
|
||||
// nsIPrivateBrowsingService
|
||||
|
Loading…
Reference in New Issue
Block a user