[./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:
parent
3d615fa976
commit
07589d9aea
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class Slon(object):
|
||||||
'''Raccourci pour: print slon.cmd("show <what>")'''
|
'''Raccourci pour: print slon.cmd("show <what>")'''
|
||||||
print self.cmd("show " + what)
|
print self.cmd("show " + what)
|
||||||
|
|
||||||
def help(self, what):
|
def help(self, what = ""):
|
||||||
'''Raccourci pour: print slon.cmd("help <what>")'''
|
'''Raccourci pour: print slon.cmd("help <what>")'''
|
||||||
print self.cmd("help " + what)
|
print self.cmd("help " + what)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue