Typo fix in fusage()

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878106
This commit is contained in:
Tatsuya Kinoshita
2017-12-27 06:42:26 +09:00
parent ace7655fa9
commit 1fd08f383d
+1 -1
View File
@@ -255,7 +255,7 @@ fusage(FILE * f, int err)
" -cookie use cookie (-no-cookie: don't use cookie)\n");
#endif /* USE_COOKIE */
fprintf(f, " -graph use DEC special graphics for border of table and menu\n");
fprintf(f, " -no-graph use ACII character for border of table and menu\n");
fprintf(f, " -no-graph use ASCII character for border of table and menu\n");
#if 1 /* pager requires -s */
fprintf(f, " -s squeeze multiple blank lines\n");
#else