1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-06 18:57:56 +01:00
This commit is contained in:
Kyle Spearrin 2019-04-04 00:45:39 -04:00
parent 78ca61860e
commit 6078618afb

View File

@ -527,7 +527,7 @@ export class Program extends BaseProgram {
.on('--help', () => { .on('--help', () => {
writeLn('\n Settings:'); writeLn('\n Settings:');
writeLn(''); writeLn('');
writeLn(' server - On-premise hosted installation URL.'); writeLn(' server - On-premises hosted installation URL.');
writeLn(''); writeLn('');
writeLn(' Examples:'); writeLn(' Examples:');
writeLn(''); writeLn('');