aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-23 17:44:18 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2009-12-23 17:44:18 -0200
commitcbbb58ae2f421144fe3e3b7ca8dcd46f44b4f1e0 (patch)
tree522c0d1604ad1b42712a5b99529019a1f5dfb342 /scripts
parentadded LICENSE (diff)
downloadg-octave-cbbb58ae2f421144fe3e3b7ca8dcd46f44b4f1e0.tar.gz
g-octave-cbbb58ae2f421144fe3e3b7ca8dcd46f44b4f1e0.tar.bz2
g-octave-cbbb58ae2f421144fe3e3b7ca8dcd46f44b4f1e0.zip
changed URL; small fixes on scripts/g-octave; added usage examples to
README.rst
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/g-octave2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/g-octave b/scripts/g-octave
index 11a9e17..5f27121 100755
--- a/scripts/g-octave
+++ b/scripts/g-octave
@@ -222,7 +222,7 @@ can install only one package at once and his dependencies.""")
sys.exit(1)
if options.unmerge:
- print white('You may want to remove the dependencies too, using:')
+ print white('\nYou may want to remove the dependencies too, using:')
print light_blue('# emerge -av --depclean')
sys.exit(0)