aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/md5sum.c')
-rw-r--r--coreutils/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5sum.c b/coreutils/md5sum.c
index 97a940059..3decafdf4 100644
--- a/coreutils/md5sum.c
+++ b/coreutils/md5sum.c
@@ -850,7 +850,7 @@ int md5sum_main(int argc,
850 break; 850 break;
851 851
852 default: 852 default:
853 usage(md5sum_usage); 853 show_usage();
854 } 854 }
855 } 855 }
856 856