this post was submitted on 28 Mar 2025
42 points (100.0% liked)

Linux

6925 readers
296 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

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.

[โ€“] [email protected] 2 points 2 weeks ago

Nevermind, I'm dumb.