From 75851d373567ff68528199dd6dfd2bda312f64aa Mon Sep 17 00:00:00 2001 From: Ben Doumenc Date: Mon, 15 Jul 2013 21:51:24 +0200 Subject: [PATCH] cosmetics --- bash/bashject | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bash/bashject b/bash/bashject index da02d85..9227ecc 100644 --- a/bash/bashject +++ b/bash/bashject @@ -35,16 +35,16 @@ BASHJECT_ALIAS=${BASHJECT_ALIAS:-${BASHJECT_ALIAS_DEFAULT}} BASHJECT_TMP=${BASHJECT_TMP:-${BASHJECT_TMP_DEFAULT}} read -d '' BASHJECT_HELP << EOF - Usage: +Usage: - Add a project with 'bashject add name path' - Enter a project with 'bashject set name' - Customize his environment with 'bashject edit name' (or editing his ${BASHJECT_PRJ_DIR}/${BASHJECT_PRJ_FILE}) - Exported vars: +Exported vars: - BASHJECT_PRJ_NAME: name of the project - BASHJECT_PRJ_PATH: path to the root of the project - Commands: +Commands: - ${BASHJECT_HELP_ADD} - ${BASHJECT_HELP_SET} - ${BASHJECT_HELP_SOURCE} @@ -57,7 +57,7 @@ read -d '' BASHJECT_HELP << EOF - ${BASHJECT_HELP_CD} - ${BASHJECT_HELP_HELP} - Configuration (to override values, define them before sourcing this file) +Configuration (to override values, define them before sourcing this file) - BASHJECT_PRJ_STORE # File in which we store all projects configuration (default: '${BASHJECT_PRJ_STORE_DEFAULT}', current: '${BASHJECT_PRJ_STORE}') - BASHJECT_PRJ_FILE # Name of the project file, created at his root and sourced on 'bashject set' (default: '${BASHJECT_PRJ_FILE_DEFAULT}', current: '${BASHJECT_PRJ_FILE}') - BASHJECT_CHANGE_PROMPT # 1 to change the prompt to '[ BASHJECT_PRJ_NAME ] PS1' > on 'bashject set' (default: '${BASHJECT_CHANGE_PROMPT_DEFAULT}', current: '${BASHJECT_CHANGE_PROMPT}') @@ -68,7 +68,7 @@ EOF # End of help file OLD_PS1="$PS1" -BASHJECT_COMMANDS="add set source remove rename edit path names list cd help" +BASHJECT_COMMANDS="help add set source remove rename edit path names list cd" # Real stuff -- 1.7.10.4