Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, 7 February 2014

[FIXED]mytop Error in option spec: “long|!”

Sometimes after installing "mytop" , it may show the following error,
Error in option spec: "long|!"

To fix this error , edit " /usr/local/bin/mytop " , by

# vim /usr/local/bin/mytop

Find the line  "long|!" and comment that line by adding '#' to that line.

Example :


#  "long|!"              => \$config{long_nums},

That's it, Now run mytop. :-)

No comments:

Post a Comment