Changing the default behavior of a posix command is a footgun.
If I wanted to get help from mv:
$ mv --help Usage: file [OPTION...] [FILE...] Determine type of FILEs.
Changing the default behavior of a posix command is a footgun.
If I wanted to get help from mv:
I get the help for the file command.