From 87e5f6678643b6debdc30238080fa5ba3fe9f698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 28 Feb 2018 16:47:00 +0100 Subject: Drop --version switch It was a bad idea. I don't need it and I don't see it as overall usable. --- build_medkit.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/build_medkit.sh b/build_medkit.sh index e039723..e70df5e 100755 --- a/build_medkit.sh +++ b/build_medkit.sh @@ -36,11 +36,6 @@ while [ $# -gt 0 ]; do echo " What lists should be added to medkit. In default no" echo " additional lists will be added. Multiple lists can be" echo " specified by separating them by commas." - echo " --version VERSION" - echo " This option allows you to specify exact Turris OS version." - echo " If you do so then archive will be used for generating medkit" - echo " (this means that using latest version won't work with this" - echo " option)." echo " --updater-script FILE" echo " Run file as updater's script. It is executed after primary" echo " entry script of this tool." @@ -59,12 +54,6 @@ while [ $# -gt 0 ]; do shift LISTS="$1" ;; - --version) - shift - VERSION="$1" - echo "Version option is not yet implemented." - exit 1 - ;; --updater-script) shift UPDATER_SCRIPT="$1" -- cgit v1.2.3