aboutsummaryrefslogtreecommitdiff
path: root/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dd.c')
-rw-r--r--dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dd.c b/dd.c
index 75bbfbac2..e445e0435 100644
--- a/dd.c
+++ b/dd.c
@@ -84,7 +84,7 @@ int dd_main(int argc, char **argv)
84 buf++; 84 buf++;
85 } 85 }
86 } else 86 } else
87 usage(dd_usage); 87 show_usage();
88 } 88 }
89 89
90 buf = xmalloc(bs); 90 buf = xmalloc(bs);