We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdcb69 commit 1d174ddCopy full SHA for 1d174dd
Quick.AppService.pas
@@ -364,7 +364,7 @@ procedure TAppService.Help;
364
WriteLn(' [/instance:<service name>]'+#9+'Install service with a custom name');
365
end
366
else Writeln(Format('%s [/console] [/install] [/remove] [/h] [/help]',[ExtractFileName(ParamStr(0))]));
367
- WriteLn(' [/console]'+#9#9#9+'Force run as a console application (when runned from another service)');
+ WriteLn(' [/console]'+#9#9#9+'Force run as a console application (when run from another service)');
368
WriteLn(' [/install]'+#9#9#9+'Install as a service');
369
WriteLn(' [/remove]'+#9#9#9+'Remove service');
370
WriteLn(' [/h /help]'+#9#9#9+'This help');
0 commit comments