update help for 'iflast'

This commit is contained in:
Mark Harrah 2010-10-30 13:24:45 -04:00
parent f462cda1fb
commit f6bd013cd3
1 changed files with 6 additions and 2 deletions

View File

@ -201,8 +201,12 @@ OnFailure + """ command
"""
def IfLast = "iflast"
def IfLastBrief = (IfLast + " command", IfLastDetailed)
def IfLastDetailed = "If there are no more commands after this one, 'command' is run."
def IfLastBrief = (IfLast + " command", IfLastCommon)
def IfLastCommon = "If there are no more commands after this one, 'command' is run."
def IfLastDetailed =
IfLast + """ command
""" + IfLastCommon
def InitCommand = "initialize"
def InitBrief = (InitCommand, "Initializes command processing.")