From 4190816023a39657bc419698e1210d0cb7e5f172 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 13 Jan 2012 23:55:49 -0500 Subject: [PATCH] Removed the first configure command description and aligned the first two commands with the last two so it looks prettier. --- indra/develop.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/indra/develop.py b/indra/develop.py index 7e1d3f1ba..d44db29c7 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -775,9 +775,8 @@ Options: -p | --project=NAME set the root project name. (Doesn't effect makefiles) Commands: - build configure and build default target - clean delete all build directories, does not affect sources - configure configure project by running cmake (default command if none given) + build configure and build default target + clean delete all build directories, does not affect sources configure configure project by running cmake (default if none given) printbuilddirs print the build directory that will be used