diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-18 14:30:43 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-02-18 14:30:43 +0000 |
| commit | db6b8c956f841de4ba469de06f4628475b916c2a (patch) | |
| tree | 71e429b90b6130dbd2178565f60e2948c9a0939f /usr.bin | |
| parent | 419b10b514236641c29081439a46cbcce974e17d (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/find/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 657d975a7606..ae87e64dc3a2 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -111,8 +111,8 @@ static OPTION const options[] = { { "-newermm", c_newer, f_newer, 0 }, { "-newermt", c_newer, f_newer, F_TIME2_T }, { "-nogroup", c_nogroup, f_nogroup, 0 }, - { "-nouser", c_nouser, f_nouser, 0 }, { "-not", c_simple, f_not, 0 }, + { "-nouser", c_nouser, f_nouser, 0 }, { "-o", c_simple, f_or, 0 }, { "-ok", c_exec, f_exec, F_NEEDOK }, { "-okdir", c_exec, f_exec, F_NEEDOK | F_EXECDIR }, |
