Hi mic
That's because the -m option requires you to include a MAC address, and you probably need to run it as root, like this:
sudo macchanger -m 00:02:e3:07:6a:d4
Or if you want a random MAC address instead of a specific one:
sudo macchanger -A
[EDIT]: Fixed typo. Changed macchahger to macchanger. Rich