Just prefix it with ./:
less ./- Or use redirection:
less < - Note that since - (as opposed to -x or --foo-- for instance) is considered a special filename rather than an option, the following doesn't work:
less -- - # THIS DOES NOT WORK won't work.