mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +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 (' -- stop processing of options');
|
||||
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 ('use one of these commands:');
|
||||
WriteLn (' rm -- -file');
|
||||
@ -533,6 +534,7 @@ begin
|
||||
Syntax
|
||||
else
|
||||
begin
|
||||
{$WARNING TODO: Add support for passing parameters via RMWAIT_OPTS environment variable}
|
||||
K := 1;
|
||||
Par := ParamStr (K);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user