From 6078618afb1968862d8e1965af0ed5b9a72f7644 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 4 Apr 2019 00:45:39 -0400 Subject: [PATCH] premises --- src/program.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/program.ts b/src/program.ts index 91f01e91ee..03a75e62df 100644 --- a/src/program.ts +++ b/src/program.ts @@ -527,7 +527,7 @@ export class Program extends BaseProgram { .on('--help', () => { writeLn('\n Settings:'); writeLn(''); - writeLn(' server - On-premise hosted installation URL.'); + writeLn(' server - On-premises hosted installation URL.'); writeLn(''); writeLn(' Examples:'); writeLn('');