A few days ago I decided that I wanted to watch for when new versions of various programs came out. This would be trivial to do, since it would just require checking the last updated time of the html page that links to the download of the software (provided it is not dynamically generated.) I decided to search for a program in yast before trying to write my own. I found specto, whose description reads as follows:
So I, finding that the docs for specto were scarce, decided to run specto -h, can you guess what I got out?
Now, I don't think I need to point out that gstreamer is an audio program and has nothing to do with the intranet (except, perhaps, to send audio across it.) Moreover, there is no place for a url in that syntax definition.
So, is it just me, or is this a different kinda bug?
Code:
% zypper info specto
Loading repository data...
Reading installed packages...
Information for package specto:
-------------------------------
Repository: main
Name: specto
Version: 0.4.1-2.1.3
Arch: noarch
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 1.1 MiB
Summary: Unobtrusive update notifier
Description:
Specto is a desktop application that will watch any user-specified events (web, folder, ...). This will allow users, for instance, to specify a website to watch, and Specto will automatically check for updates on the web page. It will then notify the user when there is activity. This will allow the user to be informed of new updates/events instead of having to look out for them.
% rpm -q -d specto
/usr/share/doc/packages/specto/AUTHORS
/usr/share/doc/packages/specto/COPYING
Code:
% specto -h
Usage:
specto [OPTION...] - GStreamer initialization
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gst Show GStreamer Options
So, is it just me, or is this a different kinda bug?