diff --git a/gophernicus.c b/gophernicus.c index 221eb39..28e6bd6 100644 --- a/gophernicus.c +++ b/gophernicus.c @@ -507,7 +507,7 @@ int main(int argc, char *argv[]) /* Refuse to run as root */ #ifdef HAVE_PASSWD if (st.opt_root && getuid() == 0) - die(&st, ERR_ACCESS, "Refusing to run as root"); + die(&st, ERR_ACCESS, "Cowardly refusing to run as root"); #endif /* Try to get shared memory */