Skip to content

Commit 1d174dd

Browse files
grammar correction
1 parent acdcb69 commit 1d174dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quick.AppService.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ procedure TAppService.Help;
364364
WriteLn(' [/instance:<service name>]'+#9+'Install service with a custom name');
365365
end
366366
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)');
367+
WriteLn(' [/console]'+#9#9#9+'Force run as a console application (when run from another service)');
368368
WriteLn(' [/install]'+#9#9#9+'Install as a service');
369369
WriteLn(' [/remove]'+#9#9#9+'Remove service');
370370
WriteLn(' [/h /help]'+#9#9#9+'This help');

0 commit comments

Comments
 (0)