commit ccf0fbcd7b7e3c9eaa86524bf1c4049da72b945f parent 9611e92303c587ea5d6c0fd0fab5f5e010153ba4 Author: sin <sin@2f30.org> Date: Fri, 3 Apr 2015 10:41:38 +0100 Fix usage for printf(1) Diffstat:
M | printf.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/printf.c b/printf.c @@ -11,7 +11,7 @@ static void usage(void) { - eprintf("%s format [arg ...]\n", argv0); + eprintf("usage: %s format [arg ...]\n", argv0); } int