aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-04 00:43:29 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-04 00:43:29 -0300
commit3385ac5fbe796de19840a31dde9b77fe55322865 (patch)
treef8bac92b5b45bd1168750e458e33526855cb7042 /scripts
parentupdated documentation (diff)
downloadg-octave-3385ac5fbe796de19840a31dde9b77fe55322865.tar.gz
g-octave-3385ac5fbe796de19840a31dde9b77fe55322865.tar.bz2
g-octave-3385ac5fbe796de19840a31dde9b77fe55322865.zip
updated README and manpage
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/g-octave18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index a01635f..9451b87 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -71,14 +71,6 @@ def main():
)
parser.add_option(
- '--list-raw',
- action = 'store_true',
- dest = 'list_raw',
- default = False,
- help = 'show a list of packages available to install (a package per line, without colors) and exit'
- )
-
- parser.add_option(
'-i', '--info',
action = 'store_true',
dest = 'info',
@@ -159,7 +151,7 @@ def main():
)
parser.add_option(
- '-f', '--force',
+ '--force',
action = 'store_true',
dest = 'force',
default = False,
@@ -198,6 +190,14 @@ def main():
help = 'return a value from the configuration file (/etc/g-octave.cfg)'
)
+ parser.add_option(
+ '--list-raw',
+ action = 'store_true',
+ dest = 'list_raw',
+ default = False,
+ help = 'show a list of packages available to install (a package per line, without colors) and exit'
+ )
+
options, args = parser.parse_args()
if not options.colors: