]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r222390: find: If a part of an expression is unknown, do not call it an
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Jun 2011 18:18:54 +0000 (18:18 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Jun 2011 18:18:54 +0000 (18:18 +0000)
commit762795acc64c64a0165bb58cb57e636775940b7b
tree94c6d1e43bd8ba6f2c6e25e31f05e1eb25c36330
parent2df5ec0beeb08e58ca027ab19c90ec4a09b57aa6
MFC r222390: find: If a part of an expression is unknown, do not call it an
option.

Although most of the primaries and operators start with "-", they are not
options.

Examples:
  find . -xyz
  find . -name xyz -or bad

git-svn-id: svn://svn.freebsd.org/base/stable/8@222657 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/find/option.c