Merge remote-tracking branch 'jimt/master'
This commit is contained in:
commit
f1e45579a6
|
@ -456,7 +456,7 @@ const CommandDesc force_edit_cmd = {
|
||||||
const ParameterDesc write_params{
|
const ParameterDesc write_params{
|
||||||
{
|
{
|
||||||
{ "sync", { false, "force the synchronization of the file onto the filesystem" } },
|
{ "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
|
ParameterDesc::Flags::SwitchesOnlyAtStart, 0, 1
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user