aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r--coreutils/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c
index 72bc7ae89..26a200e85 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -143,7 +143,7 @@ int printf_main(int argc, char **argv)
143 143
144 exit_status = 0; 144 exit_status = 0;
145 if (argc <= 1 || **(argv + 1) == '-') { 145 if (argc <= 1 || **(argv + 1) == '-') {
146 usage(printf_usage); 146 show_usage();
147 } 147 }
148 148
149 format = argv[1]; 149 format = argv[1];