mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +02:00
* added comment about planned support for passing of options via environment variable
git-svn-id: trunk@16699 -
This commit is contained in:
parent
cbf2e4fc96
commit
c12b695eb2
@ -271,6 +271,7 @@ begin
|
|||||||
WriteLn (' individual attempts (default 5 seconds)');
|
WriteLn (' individual attempts (default 5 seconds)');
|
||||||
WriteLn (' -- stop processing of options');
|
WriteLn (' -- stop processing of options');
|
||||||
WriteLn;
|
WriteLn;
|
||||||
|
{$WARNING TODO: Add information about passing parameters via RMWAIT_OPTS environment variable once implemented}
|
||||||
WriteLn ('To remove a file whose name starts with a ''-'', for example ''-file'',');
|
WriteLn ('To remove a file whose name starts with a ''-'', for example ''-file'',');
|
||||||
WriteLn ('use one of these commands:');
|
WriteLn ('use one of these commands:');
|
||||||
WriteLn (' rm -- -file');
|
WriteLn (' rm -- -file');
|
||||||
@ -533,6 +534,7 @@ begin
|
|||||||
Syntax
|
Syntax
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
{$WARNING TODO: Add support for passing parameters via RMWAIT_OPTS environment variable}
|
||||||
K := 1;
|
K := 1;
|
||||||
Par := ParamStr (K);
|
Par := ParamStr (K);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user