'Excluding triggers in mysqldump - Difference between triggers=false and skip-triggers?

When I create a dump of my database, I use --triggers=false to exclude all triggers from the dump. The mysqldump documentation, however, suggests to use --skip-triggers. Is there any difference, even a subtle one, or are they 100% the same?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source