When should a Linux user choose man COMMAND instead of COMMAND --help?
man COMMAND
COMMAND --help
Use man to run a command; use --help to install it.
man
--help
The two forms always display identical content in the same interface.
Use man for detailed reference documentation; use --help for a quick syntax and option summary.
Use man only for web documentation; use --help only when offline.