shell.py: stage is called populate_staging

This commit is contained in:
Richard Purdie 2009-01-30 12:21:06 +00:00
parent 80f0032667
commit af9030880a
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ SRC_URI = ""
def stage( self, params ):
"""Execute 'stage' on a providee"""
self.build( params, "stage" )
self.build( params, "populate_staging" )
stage.usage = "<providee>"
def status( self, params ):