25#ifndef AKREGATOR_OPTIONS_H
26#define AKREGATOR_OPTIONS_H
28#include <tdecmdlineargs.h>
33static TDECmdLineOptions akregator_options[] =
36 { "addfeed <url>", I18N_NOOP( "Add a feed with the given URL" ), 0},
38 { "group <groupname>", I18N_NOOP( "When adding feeds, place them in this group" ), I18N_NOOP( "Imported") },
39 { "hide-mainwindow", I18N_NOOP( "Hide main window on startup" ), 0},
|