From cbbb58ae2f421144fe3e3b7ca8dcd46f44b4f1e0 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Wed, 23 Dec 2009 17:44:18 -0200 Subject: changed URL; small fixes on scripts/g-octave; added usage examples to README.rst --- scripts/g-octave | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3-65-gdbad