Missing space at eol in write CommandDesc

This commit is contained in:
John Colvin 2018-08-28 11:49:57 +01:00
parent baafa9380a
commit 94a3b85745

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,