This commit is contained in:
Maxime Coste 2018-08-30 20:03:51 +10:00
commit fcaa4314f7

View File

@ -352,7 +352,7 @@ const CommandDesc write_cmd = {
"write", "write",
"w", "w",
"write [-sync] [filename]: write the current buffer to its file " "write [-sync] [filename]: write the current buffer to its file "
"or to [filename] if specified; the underlying file can be" "or to [filename] if specified; the underlying file can be "
"synchronized with the filesystem with the -sync switch", "synchronized with the filesystem with the -sync switch",
write_params, write_params,
CommandFlags::None, CommandFlags::None,