commit a2dd6485ead04aaac04c1257936a7783dc444372 parent e488d44de64c37a9309f2172d877f406f482afea Author: sin <sin@2f30.org> Date: Tue, 13 Aug 2013 16:46:56 +0100 Fix usage line Diffstat:
M | catpoint.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/catpoint.c b/catpoint.c @@ -34,7 +34,7 @@ main(int argc, char *argv[]) struct stat sb; if (argc == 1) - errx(1, "usage: %s file ...", argv[0]); + errx(1, "usage: %s file...", argv[0]); argv++; argc--;