Use this option if you want to scan the top 1000 ports.

<pre lang="bash">
$ nmap -F 10.10.10.10

If you want a single specific port, then use -p option.

<pre lang="bash">
$ nmap -p 80 10.10.10.10