summaryrefslogtreecommitdiff
path: root/coreutils/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r--coreutils/wc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c
index 619c161a7..f41687422 100644
--- a/coreutils/wc.c
+++ b/coreutils/wc.c
@@ -126,7 +126,7 @@ int wc_main(int argc, char **argv)
126 print_words = 1; 126 print_words = 1;
127 break; 127 break;
128 default: 128 default:
129 usage(wc_usage); 129 show_usage();
130 } 130 }
131 } 131 }
132 132