Skip to content

Commit

Permalink
docs(cookbook): Demonstrate bad 'find' behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 8, 2024
1 parent c603f34 commit d53d881
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/find.md
Expand Up @@ -41,5 +41,13 @@ $ find --empty -o --name .keep
),
]

$ find --empty -o --name .keep -o --name foo
? 2
error: the argument '--or' cannot be used multiple times

Usage: find [OPTIONS]

For more information, try '--help'.

```

0 comments on commit d53d881

Please sign in to comment.