diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md
index 03952cc..7b525d5 100644
--- a/docs/addendum-10-crazy-command-list/README.md
+++ b/docs/addendum-10-crazy-command-list/README.md
@@ -42,6 +42,6 @@ title: X - Crazy Command List
| Command | Description |
| --- | --- |
-| `ls [OPTIONS] [PATH]` | List information about files |
-| **Examples** | `ls -al`, `ls ~`, `ls /boot` |
-| **Common Options** | `-l` long listing
`-a` include hidden files
`-h` human readable format |
+| `whereis [options] [-BMS directory... -f] name...` | locate the binary, source, and manual page files for a command |
+| **Examples** | `whereis mkdir`, `whereis -b cp`, `whereis ping` |
+| **Common Options** | `-b` search for binary files
`-m` search for manual files
`-s` search for sources |