manual page corrections.

This commit is contained in:
rocky
2012-02-19 12:35:30 -05:00
parent 8502946c1f
commit e4b4d564ef
2 changed files with 2 additions and 2 deletions

View File

@@ -92,6 +92,6 @@ EXTRA_DIST = cd-drive.help2man cd-info.help2man cd-read.help2man \
if MAINTAINER_MODE
$(man_MANS): %.1: %$(EXEEXT) %.help2man
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info --output=$@ ./$<
-$(HELP2MAN) --opt-include=$(srcdir)/$(<:.exe=).help2man --no-info ./$< | sed -re 's/[lL][tT]-//' >$@
endif
MAINTAINERCLEANFILES = $(man_MANS) *.rej *.orig

View File

@@ -179,7 +179,7 @@ parse_options (int argc, char *argv[])
" -a, --access-mode=STRING Set CD access method\n"
" -d, --debug=INT Set debugging to LEVEL\n"
" -T, --no-tracks Don't show track information\n"
" -A, --no-analyze Don't filesystem analysis\n"
" -A, --no-analyze Don't show filesystem analysis\n"
#ifdef HAVE_CDDB
" --no-cddb Don't look up audio CDDB information\n"
" or print it\n"