mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-11 14:12:09 +03:00
Fix message typo
This commit is contained in:
parent
669899d571
commit
a7fb4c042a
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user