diff options
author | 2017-06-09 02:29:47 +0300 | |
---|---|---|
committer | 2017-06-09 02:29:47 +0300 | |
commit | a028c6a2855687e684630023fc221429cc025775 (patch) | |
tree | 7fa4bacc7fcabde3b4a57e6472663303779d5a8a /bin | |
parent | Removed old files (diff) | |
download | GSE-a028c6a2855687e684630023fc221429cc025775.tar.gz GSE-a028c6a2855687e684630023fc221429cc025775.tar.bz2 GSE-a028c6a2855687e684630023fc221429cc025775.zip |
Update gse forcenew entry
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gse | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 } |