Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2011 21:59:55 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/find main.c
Message-ID:  <201106042200.p54M04jd012579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2011-06-04 21:59:55 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         main.c 
  Log:
  SVN rev 222697 on 2011-06-04 21:59:55Z by jilles
  
  find: Exit if there is an unknown option.
  
  Ignoring the parameter with the unknown options is unlikely to be what was
  intended.
  
  Example:
    find -n .
  
  Note that things like
    find -n
  already caused an exit, equivalent to "find" by itself.
  
  Revision  Changes    Path
  1.22      +1 -1      src/usr.bin/find/main.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106042200.p54M04jd012579>