The ipsilon command (/usr/sbin/ipsilon) does not understand help nor --help to give the user any clue how it should be used.
# ipsilon help Traceback (most recent call last): File "/usr/sbin/ipsilon", line 56, in <module> cherrypy.config.update(cfgfile) File "/usr/lib/python2.7/site-packages/cherrypy/_cpconfig.py", line 156, in update reprconf.Config.update(self, config) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 157, in update config = Parser().dict_from_file(config) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 228, in dict_from_file self.read(file) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 198, in read fp = open(filename) IOError: [Errno 2] No such file or directory: 'help' # ipsilon --help Traceback (most recent call last): File "/usr/sbin/ipsilon", line 56, in <module> cherrypy.config.update(cfgfile) File "/usr/lib/python2.7/site-packages/cherrypy/_cpconfig.py", line 156, in update reprconf.Config.update(self, config) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 157, in update config = Parser().dict_from_file(config) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 228, in dict_from_file self.read(file) File "/usr/lib/python2.7/site-packages/cherrypy/lib/reprconf.py", line 198, in read fp = open(filename) IOError: [Errno 2] No such file or directory: '--help'
There is no man ipsilon(1), just ipsilon(7).
There should be some usage output, and some man page.
This is with ipsilon-0.3.0-1.el7.centos.x86_64.
This issue ticket was originally removed from the tracker as it clashed with the pull request. See upstream ticket for migration details.
Metadata Update from @t0xic0der: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)