oetiker / mrtg

MRTG - Multi Router Traffic Grapher
http://www.mrtg.org
247 stars 61 forks source link

Fix mrtg-traffic-sum incorrectly ignores '--man' option #13

Closed vcrhonek closed 4 years ago

vcrhonek commented 5 years ago

mrtg-traffic-sum should show man page incorporated in the script when executed with --man option. It was failing with:

# mrtg-traffic-sum --man
Unknown option: man

This commit fixes the issue.