platform help sql-dump says:
-f, --file=FILE A filename where the dump should be saved. Defaults to "environment-dump.sql" in the project root
If you omit the --file option, the file won't actually be called environment-dump.sql. It'll be called master-dump.sql, or whatever.
Can we clarify this somehow? Not sure exactly how to phrase it....