removed --properties option: not implemented yet

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@630 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-06-25 19:29:05 +00:00
parent 1a8f73ab6e
commit e00c12f7ab
2 changed files with 0 additions and 10 deletions

5
README
View file

@ -219,11 +219,6 @@ 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>|- [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.
--template|-l <server name>|default|?
Can be used to select from one of the built-in default configurations
for known SyncML servers. Defaults to the <server> name, so --template

View file

@ -569,11 +569,6 @@ void SyncEvolutionCmdline::usage(bool full, const string &error, const string &p
" Same as --sync-option, but applies to the configuration of all active" << endl <<
" sources. \"--sync <mode>\" is a shortcut for \"--source-option sync=<mode>\"." << endl <<
"" << endl <<
"--properties|-r <file name>|- [NOT IMPLEMENTED]" << endl <<
" Same as --sync-property and --source-property, but with properties" << endl <<
" specified in a file with the same format that --print-config uses." << endl <<
" \"-\" reads from stdin." << endl <<
"" << endl <<
"--template|-l <server name>|default|?" << endl <<
" Can be used to select from one of the built-in default configurations" << endl <<
" for known SyncML servers. Defaults to the <server> name, so --template" << endl <<