kaddressbook_options.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef KADDRESSBOOK_OPTIONS_H
00025 #define KADDRESSBOOK_OPTIONS_H
00026
00027 #include <kcmdlineargs.h>
00028 #include <klocale.h>
00029
00030 static KCmdLineOptions kaddressbook_options[] =
00031 {
00032 { "a", 0 , 0 },
00033 { "addr <email>", I18N_NOOP( "Shows contact editor with given email address" ), 0 },
00034 { "uid <uid>", I18N_NOOP( "Shows contact editor with given uid" ), 0 },
00035 { "editor-only", I18N_NOOP( "Launches in editor only mode" ), 0 },
00036 { "new-contact", I18N_NOOP( "Launches editor for the new contact" ), 0 },
00037 { "document <file>", I18N_NOOP( "Work on given file" ), 0 },
00038 { "+[URL]", I18N_NOOP( "Import the given vCard" ), 0 },
00039 KCmdLineLastOption
00040 };
00041
00042 #endif
00043
This file is part of the documentation for kaddressbook Library Version 3.3.2.