From 2a1dfa353db01164ef94cb1f4beb8e5bab7e34c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20M=C3=AD=C5=A1ek?= Date: Sun, 2 Jun 2024 14:26:59 +0200 Subject: [PATCH] help text with -- options --- .../PhpResources.Designer.cs | 8 +-- src/Peachpie.CodeAnalysis/PhpResources.resx | 52 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Peachpie.CodeAnalysis/PhpResources.Designer.cs b/src/Peachpie.CodeAnalysis/PhpResources.Designer.cs index 889a4d06c9..2f3d56097c 100644 --- a/src/Peachpie.CodeAnalysis/PhpResources.Designer.cs +++ b/src/Peachpie.CodeAnalysis/PhpResources.Designer.cs @@ -73,13 +73,13 @@ internal static string IDS_Donate { /// Looks up a localized string similar to PeachPie PHP Compiler Options /// /// - OUTPUT FILES - - ///-out:{file} Specify output file name (default: base name of + ///--out:{file} Specify output file name (default: base name of /// file with main class or first file) - ///-target:exe Build a console executable (default) (Short + ///--target:exe Build a console executable (default) (Short /// form: /t:exe) - ///-target:winexe Build a Windows executable (Short form: + ///--target:winexe Build a Windows executable (Short form: /// /t:winexe) - ///-target:library Build a library (S [rest of string was truncated]";. + ///--target:library Build a librar [rest of string was truncated]";. /// internal static string IDS_Help { get { diff --git a/src/Peachpie.CodeAnalysis/PhpResources.resx b/src/Peachpie.CodeAnalysis/PhpResources.resx index 2fb6ffd86b..0c1c279da2 100644 --- a/src/Peachpie.CodeAnalysis/PhpResources.resx +++ b/src/Peachpie.CodeAnalysis/PhpResources.resx @@ -124,66 +124,66 @@ PeachPie PHP Compiler Options - OUTPUT FILES - --out:{file} Specify output file name (default: base name of +--out:{file} Specify output file name (default: base name of file with main class or first file) --target:exe Build a console executable (default) (Short +--target:exe Build a console executable (default) (Short form: /t:exe) --target:winexe Build a Windows executable (Short form: +--target:winexe Build a Windows executable (Short form: /t:winexe) --target:library Build a library (Short form: /t:library) --target:module Build a module that can be added to another +--target:library Build a library (Short form: /t:library) +--target:module Build a module that can be added to another assembly (Short form: /t:module) --target:appcontainerexe Build an Appcontainer executable (Short form: +--target:appcontainerexe Build an Appcontainer executable (Short form: /t:appcontainerexe) --doc:{file} XML Documentation file to generate +--doc:{file} XML Documentation file to generate - INPUT FILES - --reference:{file list} Reference metadata from the specified assembly +--reference:{file list} Reference metadata from the specified assembly files (Short form: /r) {file} Source file to be compiled {wildcards} Pattern matching files to be compiled - CODE GENERATION - --debug[+|-] Emit debugging information --debug:{full|pdbonly|portable|embedded} +--debug[+|-] Emit debugging information +--debug:{full|pdbonly|portable|embedded} Specify debugging type ('full' is default, 'portable' is a cross-platform format, 'embedded' is a cross-platform format embedded into the target .dll or .exe) --optimize[+|-] Enable optimizations (Short form: /o) +--optimize[+|-] Enable optimizations (Short form: /o) - ERRORS AND WARNINGS - --nowarn:{warn list} Disable specific warning messages +--nowarn:{warn list} Disable specific warning messages - LANGUAGE - --langversion:{string} Specify language version such as +--langversion:{string} Specify language version such as `default` (latest major version) or specific versions like `5.6.` or `7.0` --shortopentag[+|-] Whether to enable PHP short open tag syntax (<?). +--shortopentag[+|-] Whether to enable PHP short open tag syntax (<?). Disabled by default. - SECURITY - --delaysign[+|-] Delay-sign the assembly using only the public +--delaysign[+|-] Delay-sign the assembly using only the public portion of the strong name key --publicsign[+|-] Public-sign the assembly using only the public +--publicsign[+|-] Public-sign the assembly using only the public portion of the strong name key --keyfile:{file} Specify a strong name key file --keycontainer:{string} Specify a strong name key container +--keyfile:{file} Specify a strong name key file +--keycontainer:{string} Specify a strong name key container - MISCELLANEOUS - @{file} Read response file for more options --help Display this usage message (Short form: /?) --nologo Suppress compiler copyright message --parallel[+|-] Concurrent build. +--help Display this usage message (Short form: /?) +--nologo Suppress compiler copyright message +--parallel[+|-] Concurrent build. - ADVANCED - --main:{type} Specify the script file, class or function +--main:{type} Specify the script file, class or function representing the entry point (Short form: /m) --pdb:{file} Specify debug information file name (default: +--pdb:{file} Specify debug information file name (default: output file name with .pdb extension) --modulename:{string} Specify the name of the source module --define:{name}={value} Defines compile-time constant. (Short form: /d) --version:{value} Specifies the assembly version string. (Short form: /v) +--modulename:{string} Specify the name of the source module +--define:{name}={value} Defines compile-time constant. (Short form: /d) +--version:{value} Specifies the assembly version string. (Short form: /v) Language versions: