diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/g-octave | 6 |
1 files changed, 5 insertions, 1 deletions
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() |