backup files. (DLR)
do_early_abort()
- Removed, as it's no longer called anywhere. (David Benbennick)
+ usage()
+ - Add missing "[dir]" and two missing _()'s around the strings
+ describing the -E [dir]/--backupdir=[dir]" option. (CHAO
+ Wei-Lun)
open_pipe()
- Call enable_signals() at the beginning and disable_signals()
at the end, so that we get a SIGINT when Ctrl-C is pressed
print1opt("-A", "--smarthome", _("Enable smart home key"));
print1opt("-B", "--backup", _("Backup existing files on save"));
print1opt("-D", "--dos", _("Write file in DOS format"));
- print1opt("-E", "--backupdir=[dir]", _("Directory for writing backup files"));
+ print1opt(_("-E [dir]"), _("--backupdir=[dir]"), _("Directory for writing backup files"));
#endif
#ifdef ENABLE_MULTIBUFFER
print1opt("-F", "--multibuffer", _("Enable multiple file buffers"));