aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/g-octave')
-rwxr-xr-xscripts/g-octave16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index 7d0d782..85bccf3 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -127,6 +127,22 @@ def main():
)
parser.add_option(
+ '--scm',
+ action = 'store_true',
+ dest = 'scm',
+ default = False,
+ help = 'enable the installation of the current live version of a package, if disabled on the configuration file'
+ )
+
+ parser.add_option(
+ '--no-scm',
+ action = 'store_true',
+ dest = 'no_scm',
+ default = False,
+ help = 'disable the installation of the current live version of a package, if enabled on the configuration file'
+ )
+
+ parser.add_option(
'-f', '--force',
action = 'store_true',
dest = 'force',