Difference in auth key commands?

Good morning!

What is the difference between:

ssh-keygen -t rsa

and

ssh-keygen -b 2048 -t rsa?

Thanks
Bigben

ssh-keygen -b 2048 -t rsa? 

2048-bit RSA keys

ssh-keygen -t rsa

1024-bit RSA Keys

man ssh-keygen