Remove deprecated old-args feature.

This commit is contained in:
Robert L. Bocchino Jr 2016-11-27 12:29:43 -08:00 committed by Avery Pennarun
commit 63f9dcb640
6 changed files with 2 additions and 24 deletions

View file

@ -104,14 +104,6 @@ dependencies.
output message. This makes it easier to figure out
which sub-instance of redo is doing what.
--old-args
: old versions of redo provided different definitions of
the $1 and $2 parameters to .do scripts. The new
version is compatible with djb's original
specification. This option goes back to the old
definitions so you can use .do scripts you haven't yet
converted to the new style.
# DISCUSSION