Format usb stick on nomadbsd

hello UNIX friends ,

i want to simply format a usb stick 3.0 here 64 GB.

nomadbsd has recognised it as da1s1.

newfs_msdos -F32/dev/da1s1

newfs_msdos: 32/dev/da1s1: bad FAT type

should i try a different than FAT32 ?

Kindly Regards
SM

sorry , my mistake. this works

newfs_msdos -F32 /dev/da1s1

space before the path of stick.

SM