From 22dac9ee785aebba876e7b42861ccaf7e7048205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Wed, 17 Aug 2005 15:16:21 +0000 Subject: [PATCH] =?UTF-8?q?Bu=20-do'lar=C4=B1=20=C3=A7=C4=B1kartm=C4=B1?= =?UTF-8?q?=C5=9Ft=C4=B1m=20daha=20=C3=B6nce,=20gene=20geri=20gelmi=C5=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/cli/commands.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pisi/cli/commands.py b/pisi/cli/commands.py index eee3e77b..04b0cec4 100644 --- a/pisi/cli/commands.py +++ b/pisi/cli/commands.py @@ -754,7 +754,7 @@ for you. class BuildUnpack(Command): """Unpack the source archive -Usage: build-dounpack +Usage: build-unpack TODO: desc. """ @@ -779,7 +779,7 @@ TODO: desc. class BuildSetup(Command): """Setup the source -Usage: build-dosetup +Usage: build-setup TODO: desc. """ @@ -805,7 +805,7 @@ TODO: desc. class BuildBuild(Command): """Setup the source -Usage: build-dobuild +Usage: build-build TODO: desc. """ @@ -814,7 +814,7 @@ TODO: desc. def __init__(self): super(BuildBuild, self).__init__() - name = ("build-dobuild", "bib") + name = ("build-build", "bib") def run(self): if not self.args: @@ -830,7 +830,7 @@ TODO: desc. class BuildInstall(Command): """Install to the sandbox -Usage: build-doinstall +Usage: build-install TODO: desc. """ @@ -839,7 +839,7 @@ TODO: desc. def __init__(self): super(BuildInstall, self).__init__() - name = ("build-doinstall", "bii") + name = ("build-install", "bii") def run(self): if not self.args: @@ -856,7 +856,7 @@ TODO: desc. class BuildPackage(Command): """Setup the source -Usage: build-dobuild +Usage: build-build TODO: desc. """ @@ -865,7 +865,7 @@ TODO: desc. def __init__(self): super(BuildPackage, self).__init__() - name = ("build-dopackage", "bip") + name = ("build-package", "bip") def run(self): if not self.args: