From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> This looks more likely as intended. Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- sys-utils/setarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c index eb9cf21..6481eb2 100644 --- a/sys-utils/setarch.c +++ b/sys-utils/setarch.c @@ -301,7 +301,7 @@ int main(int argc, char *argv[]) textdomain(PACKAGE); atexit(close_stdout); - if (argc < 1) + if (argc < 2) show_usage(_("Not enough arguments")); archwrapper = strcmp(program_invocation_short_name, "setarch") != 0; -- 1.8.5.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html