41
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Mar 2025
41 points (95.6% liked)
Linux
6818 readers
340 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
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 libraryclap
, which has bothhelp
andlong_help
properties for arguments, which are displayed for-h
and--help
, respectively.Nevermind, I'm dumb.