Browse Source

* added comment about planned support for passing of options via environment variable

git-svn-id: trunk@16699 -
Tomas Hajny 14 years ago
parent
commit
c12b695eb2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      utils/rmwait/rmwait.pas

+ 2 - 0
utils/rmwait/rmwait.pas

@@ -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);