From ef8b6c757de9684f5d88eff4b014527e87121137 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Oct 1999 08:05:35 +0000 Subject: Add a trivial ps command. --- util-linux/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/more.c b/util-linux/more.c index 745ae2b..72d58a6 100644 --- a/util-linux/more.c +++ b/util-linux/more.c @@ -79,7 +79,7 @@ extern int more_main(int argc, char **argv) file = fopen(*argv, "r"); if (file == NULL) { - perror("Can't open file"); + perror(*argv); exit(FALSE); } fstat(fileno(file), &st); -- cgit v1.1