cake
/
p7utils
Archived
1
0
Fork 0

Corrected the 'unsupported' error message.

This commit is contained in:
Thomas Touhey 2017-01-28 12:57:35 +01:00
parent d0384341fe
commit e4b5f98f70
1 changed files with 2 additions and 4 deletions

View File

@ -32,10 +32,8 @@ static const char error_unplanned[] =
/* Unsupported operation -> OS Update, not receive mode! */
static const char error_unsupported[] =
"Required operation was unsupported.\n"
"- If you were using anything else than the *prepare* subcommand, are you\n"
" sure you've run *prepare* before?\n"
"- Otherwise, I gotta be honest, I'd like to know how you've managed that.\n";
"Required operation was unsupported by the calculator.\n"
"If you did not prepare, perhaps you should prepare?\n";
/* ************************************************************************** */
/* Main function */