Change remaining errorx -> fatalx

This commit is contained in:
Todd C. Miller
2013-04-20 15:09:47 -04:00
parent 5337da144b
commit 8b0c6c5081

View File

@@ -54,7 +54,7 @@ main(int argc, char *argv[], char *envp[])
textdomain(PACKAGE_NAME);
if (argc < 2)
errorx(EXIT_FAILURE, _("requires at least one argument"));
fatalx(_("requires at least one argument"));
/* Read sudo.conf. */
sudo_conf_read(NULL);