Merge remote-tracking branch 'jimt/master'

This commit is contained in:
Maxime Coste 2021-01-03 11:15:11 +11:00
commit f1e45579a6

View File

@ -456,7 +456,7 @@ const CommandDesc force_edit_cmd = {
const ParameterDesc write_params{
{
{ "sync", { false, "force the synchronization of the file onto the filesystem" } },
{ "method", { true, "explicite writemethod (replace|overwrite)" } },
{ "method", { true, "explicit writemethod (replace|overwrite)" } },
},
ParameterDesc::Flags::SwitchesOnlyAtStart, 0, 1
};