mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* With --help, do not check for package name
git-svn-id: trunk@13011 -
This commit is contained in:
parent
aab8d374b6
commit
e633349d21
@ -551,7 +551,7 @@ begin
|
||||
TranslateDocStrings(DocLang);
|
||||
end;
|
||||
// Action is to create the XML skeleton
|
||||
if Length(PackageName) = 0 then
|
||||
if (Length(PackageName) = 0) and (CmdLineAction<>ActionHelp) then
|
||||
begin
|
||||
WriteLn(SNoPackageNameProvided);
|
||||
Result:=2;
|
||||
|
Loading…
Reference in New Issue
Block a user