Or use https://reference.wolfram.com/language/ref/OptionsPattern.html for your convenience.
I know where I went wrong now. To make it optional I should have had 3 underscore characters but I only had 2.
You are missing the second argument(s) (i.e. "options"), try:
options
PlotPath[psp, Frame -> True, ImageSize -> Large]