diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 69baf065d..5857a3f44 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * # find file.txt -exec 'echo {}' '{} {}' ';' | 15 | * # find file.txt -exec 'echo {}' '{} {}' ';' |
16 | * find: echo file.txt: No such file or directory | 16 | * find: echo file.txt: No such file or directory |
17 | * # find file.txt -exec 'echo' '{} {}' '; ' | 17 | * # find file.txt -exec 'echo' '{} {}' '; ' |
18 | * find: missing argument to `-exec' | 18 | * find: missing argument to '-exec' |
19 | * # find file.txt -exec 'echo {}' '{} {}' ';' junk | 19 | * # find file.txt -exec 'echo {}' '{} {}' ';' junk |
20 | * find: paths must precede expression | 20 | * find: paths must precede expression |
21 | * # find file.txt -exec 'echo {}' '{} {}' ';' junk ';' | 21 | * # find file.txt -exec 'echo {}' '{} {}' ';' junk ';' |