idank / explainshell

match command-line arguments to their help text
GNU General Public License v3.0
13.29k stars 794 forks source link

Does not recognise ping parameters: -tSwW #275

Open pkubowicz opened 3 years ago

pkubowicz commented 3 years ago

See ping github.com -c 1 -W 5: https://explainshell.com/explain?cmd=ping+github.com+-c+1+-W+5

-c is properly documented, but -W is not recognised. -w -t aren't recognised as well. -s is recognised but -S isn't.

When I click linked http://manpages.ubuntu.com/manpages/precise/en/man8/ping.8.html all parameters appear.