--properties not implemented yet

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@560 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-03-30 22:17:07 +00:00
parent 8b005bf63e
commit 8335a67b2a
2 changed files with 3 additions and 1 deletions

2
README
View file

@ -219,7 +219,7 @@ a list of valid values.
Same as --sync-option, but applies to the configuration of all active
sources. "--sync <mode>" is a shortcut for "--source-option sync=<mode>".
--properties|-r <file name>|-
--properties|-r <file name>|- [NOT IMPLEMENTED]
Same as --sync-property and --source-property, but with properties
specified in a file with the same format that --print-config uses.
"-" reads from stdin.

View file

@ -81,6 +81,8 @@ bool SyncEvolutionCmdline::parse()
boost::iequals(m_argv[opt], "-r")) {
opt++;
/* TODO */
m_err << "ERROR: not implemented yet: " << m_argv[opt - 1] << endl;
return false;
} else if(boost::iequals(m_argv[opt], "--template") ||
boost::iequals(m_argv[opt], "-l")) {
opt++;