Do not warn when fewer than two arguments are provided.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Fri, 20 Jul 2007 17:39:59 +0000 (10:39 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Fri, 20 Jul 2007 17:39:59 +0000 (10:39 -0700)
commit31d7da891fa7e7b8d67471f328565c3be95c44df
tree14d8cc9c7a1f4c8161a90732de3613ada4d938a2
parent9dbc03e5108e468457ff3e337e49618716853fe5
Do not warn when fewer than two arguments are provided.

It used to be that a source and destination had to be provided as the last
two arguments.  The use of the --dest= option now makes that not true, so
don't print a usage message and exit when only a single source is provided.
scandir.cc