added count command to help_jobs

This commit is contained in:
Johannes Findeisen 2013-10-21 17:32:48 +02:00
commit 42e04e5a28

View file

@ -184,6 +184,7 @@ class LishCommander(Exit):
def help_jobs(self): def help_jobs(self):
print '''Usage: print '''Usage:
count Show count of all jobs
list Lists all jobs list Lists all jobs
''' '''