Fix message typo

This commit is contained in:
Jim Tittsler 2021-01-01 15:15:27 +09:00
parent 669899d571
commit a7fb4c042a

View File

@ -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
}; };