This commit is contained in:
Andrea Bontempi 2012-05-23 14:02:22 +02:00
commit 5e50281459

View file

@ -66,7 +66,7 @@ int main(int argc, char **argv) {
if(effectiveuid)
{
cerr << "ERROR >> To use the \"secure\" option the program must be owned by root and must have enabled the sticky bit. (EUID = " << effectiveuid << ")" << endl;
cerr << "ERROR >> To use the \"secure\" option the program must be owned by root and must have enabled the setuid bit. (EUID = " << effectiveuid << ")" << endl;
return EXIT_FAILURE;
}