mytop
mytop copied to clipboard
Tiny fix to idle Getopt::Long definition.
The idle command is documented as being negatable. However the Getopt::Long definition didn't actually support this.
This is a one character fix to add '!' to the 'idle' line to make the --noidle argument work.