aboutsummaryrefslogtreecommitdiff
path: root/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'df.c')
-rw-r--r--df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/df.c b/df.c
index 55919793c..8b6726b75 100644
--- a/df.c
+++ b/df.c
@@ -143,7 +143,7 @@ extern int df_main(int argc, char **argv)
143 return status; 143 return status;
144 144
145print_df_usage: 145print_df_usage:
146 usage(df_usage); 146 show_usage();
147 return(FALSE); 147 return(FALSE);
148} 148}
149 149