[./gestion/iscsi/slonlib.py] Ajout d'une valeur par defaut

Juste pratique pour les fénéants comme moi.

darcs-hash:20100217193829-8fbb1-a4e4dd4abdfcfd99401222dd1bcf060f01a7a268.gz
This commit is contained in:
Olivier Huber 2010-02-17 20:38:29 +01:00
parent 3d615fa976
commit 07589d9aea

View file

@ -96,7 +96,7 @@ class Slon(object):
'''Raccourci pour: print slon.cmd("show <what>")'''
print self.cmd("show " + what)
def help(self, what):
def help(self, what = ""):
'''Raccourci pour: print slon.cmd("help <what>")'''
print self.cmd("help " + what)