commit a87aef349b9dcd1c1d0d8a9ccb02fc71684c3d6b parent a2dd6485ead04aaac04c1257936a7783dc444372 Author: lostd <lostd@2f30.org> Date: Wed, 28 Aug 2013 13:47:21 +0300 fix usage line fix 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--;