Add option (-F) to sysstat plugin casue issue: command /usr/local/bin/sadf -p -- -p -F /tmp/sysstat-1580536819 failed with exit status 1

I try to add one more option (-F) to inputs.sysstat.option as bellow
[inputs.sysstat.options]
-C = “cpu”
-b = “io”
-d = “disk” # requires DISK activity
“-n ALL” = “network”
“-P ALL” = “per_cpu”
-q = “queue”
“-r ALL” = “mem_util”
-S = “swap_util”
-u = “cpu_util”
-v = “inode”
-W = “swap”
-w = “task”
-F = “filesystem”

Then I got bellow error.

2020-02-01T06:00:20Z E! [inputs.sysstat] Error in plugin: command /usr/local/bin/sadf -p – -p -F /tmp/sysstat-1580536819 failed with exit status 1

-F is use for " Display statistics for currently mounted filesystems." in sar.

Anyone can help me ?

I found the answer:
Note that filesystems statistics depend on sadc option -S XDISK to be collected.