From 82cbc81b3d291ee86785bc6412de41a5e1516d67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Oct 2009 20:40:09 +0200 Subject: Deprecating all dashed forms of commands. --- helpers/lh_build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helpers/lh_build') diff --git a/helpers/lh_build b/helpers/lh_build index d3e7d630c..43a33de37 100755 --- a/helpers/lh_build +++ b/helpers/lh_build @@ -55,13 +55,13 @@ Set_defaults Check_defaults # Bootstrapping system -lh_bootstrap ${*} +lh bootstrap ${*} # Customizing chroot -lh_chroot ${*} +lh chroot ${*} # Building binary images -lh_binary ${*} +lh binary ${*} # Building source images -lh_source ${*} +lh source ${*} -- cgit v1.2.3