Skip to content

Commit 2b43346

Browse files
Minor formatting change for usage.
1 parent 5ad5d94 commit 2b43346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/VSoft.CommandLine.Options.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ class procedure TOptionsRegistry.PrintUsage(const command: ICommandDefinition; c
341341
exeName := LowerCase(ChangeFileExt(ExtractFileName(ParamStr(0)), ''));
342342
if not command.IsDefault then
343343
begin
344-
proc('');
345344
proc('Usage: ' + exeName + ' ' + command.Usage);
346345
proc('');
347346
proc(command.Description);

0 commit comments

Comments
 (0)