24 #ifndef KADDRESSBOOK_OPTIONS_H
25 #define KADDRESSBOOK_OPTIONS_H
27 #include <tdecmdlineargs.h>
28 #include <tdelocale.h>
30 static TDECmdLineOptions kaddressbook_options[] =
33 { "addr <email>", I18N_NOOP( "Shows contact editor with given email address" ), 0 },
34 { "uid <uid>", I18N_NOOP( "Shows contact editor with given uid" ), 0 },
35 { "editor-only", I18N_NOOP( "Launches in editor only mode" ), 0 },
36 { "new-contact", I18N_NOOP( "Launches editor for the new contact" ), 0 },
37 { "document <file>", I18N_NOOP( "Work on given file" ), 0 },
38 { "+[URL]", I18N_NOOP( "Import the given vCard" ), 0 },
|