This is the help output:
System.dump_map
Dumps an annotated process memory map to an output file (linux only).
Impact: Low
Syntax : System.dump_map [options]
Options: (options must be specified using the <key> or <key>=<value> syntax)
-H : [optional] Human readable format (BOOLEAN, false)
-F : [optional] file path (defaults: "vm_memory_map_<pid>.txt") (STRING, no default value)
The documentation for the -F option states there is both a default and not a default, value. It should read:
-F : [optional] file path (STRING, "vm_memory_map_<pid>.txt")