Fix typo in command line arg list

This commit is contained in:
Aaron Carlisle 2017-03-07 09:07:58 -05:00
parent af076031d6
commit 35d78121f0

@ -946,7 +946,7 @@ static int arg_handle_native_pixels_set(int UNUSED(argc), const char **UNUSED(ar
}
static const char arg_handle_with_borders_doc[] =
"\n\tForce opening without borders"
"\n\tForce opening with borders"
;
static int arg_handle_with_borders(int UNUSED(argc), const char **UNUSED(argv), void *UNUSED(data))
{