aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-09 02:29:47 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-09 02:29:47 +0300
commita028c6a2855687e684630023fc221429cc025775 (patch)
tree7fa4bacc7fcabde3b4a57e6472663303779d5a8a /bin
parentRemoved old files (diff)
downloadGSE-a028c6a2855687e684630023fc221429cc025775.tar.gz
GSE-a028c6a2855687e684630023fc221429cc025775.tar.bz2
GSE-a028c6a2855687e684630023fc221429cc025775.zip
Update gse forcenew entry
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gse12
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/gse b/bin/gse
index 2554cf0..2f70f62 100755
--- a/bin/gse
+++ b/bin/gse
@@ -512,7 +512,7 @@ else
--fetch-new|-fn)
fetch_new_f "$@"
;;
- --start-new|-sn)
+ --force-new|-sn)
source "${CWORKDIR}/scripts/sinit" "seed" "catalyst" "s1" "s2" "s3"
;;
--help|-h)
@@ -536,12 +536,16 @@ else
--build-controller|-bc)
echo "Build controller"
;;
- --build-system|-bs)
- echo "Build system"
- ;;
--build-minimal|-bm)
echo "Build minimal"
;;
+ --enforce)
+ echo "enforce"
+ ;;
+ --lawful-good)
+ echo "lawful-good"
+ ;;
+
esac
fi
}