Admiral Patrick@dubvee.org to Programmer Humor@programming.devEnglish · 16 days agoexitdubvee.orgimagemessage-square7linkfedilinkarrow-up110arrow-down10
arrow-up110arrow-down1imageexitdubvee.orgAdmiral Patrick@dubvee.org to Programmer Humor@programming.devEnglish · 16 days agomessage-square7linkfedilink
minus-squareSomething Burger 🍔@jlai.lulinkfedilinkarrow-up3·15 days agoSame energy as “Option -h not recognized; use --help for the list of options”.
minus-squaredejected_warp_core@lemmy.worldlinkfedilinkarrow-up3·12 days agoOr more subtly, when the command uses BSD (nowadays Go) style single-dash args, so it wants -help and not --help.
Same energy as “Option
-h
not recognized; use--help
for the list of options”.Or more subtly, when the command uses BSD (nowadays Go) style single-dash args, so it wants
-help
and not--help
.