Sync needs 2 commands, but already has?

Hi,
New user to rclone here. I am running the following command to try a sample sync to ensure I have things working:
MyComputer:Movies me$ /usr/local/bin/rclone sync -v --bwlimit 400k --include ‘*.{fcpbundle}’ amazon:MovieBackups

However, rclone tells me:
Command sync needs 2 arguments mininum

Does it not seem like I have two arguments in the sync above (–bwlimit, --include)?

/timothy

You don’t have a source and a destination.

D’oh.
Thanks.

Yet, when those are set and the sync run I see:
Failed to create file system for “amazon:MovieBackups”: didn’t find section in config file

Although I did create a ‘remote’ called “MovieBackups” in rclone:
Choose a number from below, or type in an existing value
1 > MovieBackups

??

Then the remote should be called just MovieBackups: in your command line.