Using restic on Windows, restore folder from snapshot

I need to restore just one folder from a snapshot and I can’t seem to figure out how to restore just the one folder.

For example, I’m using "restic.exe --host hostname restore f295741f --target “c:\temp” --path “/c/test_folder” but this seems to start restoring the entire snapshot.

Edit: I figured it out. Instead of using --path, I needed to use --include.

Thanks!