浏览代码

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

git-svn-id: trunk@16699 -
Tomas Hajny 14 年之前
父节点
当前提交
c12b695eb2
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 (' --                              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);