aboutsummaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sort.c b/sort.c
index a28122d51..c754989ea 100644
--- a/sort.c
+++ b/sort.c
@@ -263,7 +263,7 @@ int sort_main(int argc, char **argv)
263 break; 263 break;
264#endif 264#endif
265 default: 265 default:
266 fprintf(stderr, "sort: invalid option -- %c\n", opt); 266 errorMsg("invalid option -- %c\n", opt);
267 usage(sort_usage); 267 usage(sort_usage);
268 } 268 }
269 } else { 269 } else {
@@ -304,4 +304,4 @@ int sort_main(int argc, char **argv)
304 return(0); 304 return(0);
305} 305}
306 306
307/* $Id: sort.c,v 1.18 2000/06/28 22:15:26 markw Exp $ */ 307/* $Id: sort.c,v 1.19 2000/07/14 01:51:25 kraai Exp $ */