From de6a5b96b1ac33806773e729a31d656008570d31 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 2 Jul 2010 21:03:41 -0300 Subject: small fixes and preparation to a new release --- scripts/g-octave | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/g-octave b/scripts/g-octave index 81703f6..3b834e1 100755 --- a/scripts/g-octave +++ b/scripts/g-octave @@ -189,7 +189,11 @@ def main(): out.einfo('No updates available.') return os.EX_OK - + else: + if options.sync: + out.eerror('"--sync" not available, please install g-octave-9999 if you want this.') + return os.EX_USAGE + check_db_cache() conf = Config() -- cgit v1.2.3-65-gdbad