- "task version" command now reports unrecognized configuration variables,

which may be spelling mistakes or deprecated variables.
This commit is contained in:
Paul Beckingham
2008-11-08 23:32:29 -05:00
parent 8d920f9dc4
commit ecdfb31553
4 changed files with 50 additions and 0 deletions

View File

@@ -316,6 +316,16 @@ ID Project Pri Description
whenever the shadow file is updated by some task command.
</dd>
<p>
Note that the command:
</p>
<pre><code>task version</code></pre>
<p>
will display the configuration variables found in the .taskrc file,
and will warn you of any variables that are not recognized.
</p>
</div>
<br />