gourmet --version (return code: 0)
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
0.17.4
gourmet --help (return code: 0)
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
usage: gourmet [-h] [--version] [--database-url DB_URL]
[--plugin-directory HTML_PLUGIN_DIR] [--use-threads]
[--disable-threads] [--gourmet-directory GOURMETDIR]
[--debug-threading-interval THREAD_DEBUG_INTERVAL]
[--debug-threading] [--debug-file DEBUG_FILE] [--showtimes]
[--disable-psyco] [-q | -v]
Recipe Organizer and Shopping List Generator
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
--database-url DB_URL
Custom url for database of form driver://args/location
--plugin-directory HTML_PLUGIN_DIR
Directory for webpage import filter plugins.
--use-threads Enable threading support.
--disable-threads Disable threading support.
--gourmet-directory GOURMETDIR
Gourmet configuration directory
--debug-threading-interval THREAD_DEBUG_INTERVAL
Interval for threading debug calls
--debug-threading Print debugging information about threading.
--debug-file DEBUG_FILE
Regular expression that matches filename(s) containing
code for which we want to display debug messages.
--showtimes Print timestamps on debug statements.
--disable-psyco Do not use psyco if it is installed.
-q Don't print gourmet error messages
-v Be verbose (extra v's will increase the verbosity
level