Fix unused variable in devmode.sh script

- s/OPT_CONFIG/CONFIG/

Change-Id: Id9e06dfdb4c579cac7a62a0cd140c12861265915
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud 2016-12-09 14:38:32 +01:00
parent b6dbf6a084
commit 86e2d216a2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ usage () {
echo ""
echo "Options:"
echo " -c, --config <type>"
echo " specify the node configuration (default=$OPT_CONFIG)"
echo " specify the node configuration (default=$CONFIG)"
echo " -n, --no-gate do not ask for gating a commit when gating"
echo " variables are missing (default is gating)"
echo " -w, --working-dir <dir>"