Shorter error message

This commit is contained in:
Arun Prakash Jana 2018-12-04 20:29:51 +05:30
parent c101fcd769
commit ebf64d5a4a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -3630,7 +3630,7 @@ int main(int argc, char *argv[])
/* Parse bookmarks string */
if (parsebmstr() < 0) {
fprintf(stderr, "ERROR parsing NNN_BMS: set single-char bookmark keys only\n");
fprintf(stderr, "NNN_BMS: single-char keys only\n");
exit(1);
}