The attached image says “(see more with ‘–help’)”. And, in fact (I just tried it), the output of --help contains a lot more detail.
Edit: for more information, fd uses the command line argument parser library clap, which has both help and long_help properties for arguments, which are displayed for -h and --help, respectively.
The attached image says “(see more with ‘–help’)”. And, in fact (I just tried it), the output of
--helpcontains a lot more detail.Edit: for more information,
fduses the command line argument parser libraryclap, which has bothhelpandlong_helpproperties for arguments, which are displayed for-hand--help, respectively.Nevermind, I’m dumb.