Package: codespell
Version: 1.6-2
Followup-For: Bug #779900

Here is a suggestion for the manpage.

Greetings
Peter



-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-updates'), (100,
'experimental'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages codespell depends on:
ii  python3  3.4.2-2

Versions of packages codespell recommends:
ii  python3-chardet  2.3.0-1

codespell suggests no packages.

-- no debconf information

*** /home/cinemast/codespell.1
..\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
..TH CODESPELL "1" "March 2015" "codespell 1.6" "User Commands"
..SH NAME
codespell \- detect spelling mistakes in source code
..SH SYNOPSIS
\fBcodespell\fR [OPTIONS] [file1 file2 ... fileN]
..SH DESCRIPTION
..PP
codespell is designed to find and fix common misspellings in text files.
It is designed primarily for checking misspelled words in source code,
but it can be used with other files as well.
..SH OPTIONS
..TP
\fB\-\-version\fR
show program's version number and exit
..TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
..TP
\fB\-d\fR, \fB\-\-disable\-colors\fR
Disable colors even when printing to terminal
..TP
\fB\-c\fR, \fB\-\-enable\-colors\fR
Enable colors even when not printing to terminal
..TP
\fB\-w\fR, \fB\-\-write\-changes\fR
write changes in place if possible
..TP
\fB\-D\fR FILE, \fB\-\-dictionary\fR=\fI\,FILE\/\fR
Custom dictionary file that contains spelling
corrections. If this flag is not specified then
default dictionary
"/usr/share/codespell/dictionary.txt" is used.
..TP
\fB\-s\fR, \fB\-\-summary\fR
print summary of fixes
..TP
\fB\-S\fR SKIP, \fB\-\-skip\fR=\fI\,SKIP\/\fR
Comma\-separated list of files to skip. It accepts
globs as well. E.g.: if you want codespell to skip
\&.eps and .txt files, you'd give "*.eps,*.txt" to this
option. It is especially useful if you are using in
conjunction with \fB\-r\fR option.
..TP
\fB\-x\fR FILE, \fB\-\-exclude\-file\fR=\fI\,FILE\/\fR
FILE with lines that should not be changed
..TP
\fB\-i\fR INTERACTIVE, \fB\-\-interactive\fR=\fI\,INTERACTIVE\/\fR
Set interactive mode when writing changes. 0 is the
same of no interactivity; 1 makes codespell ask
confirmation; 2 ask user to choose one fix when more
than one is available; 3 applies both 1 and 2
..TP
\fB\-q\fR QUIET_LEVEL, \fB\-\-quiet\-level\fR=\fI\,QUIET_LEVEL\/\fR
Bitmask that allows codespell to run quietly. 0: the
default, in which all messages are printed. 1: disable
warnings about wrong encoding. 2: disable warnings
about binary file. 4: shut down warnings about
automatic fixes that were disabled in dictionary. 8:
don't print anything for non\-automatic fixes. 16:
don't print fixed files.
..TP
\fB\-e\fR, \fB\-\-hard\-encoding\-detection\fR
Use chardet to detect the encoding of each file. This
can slow down codespell, but is more reliable in
detecting encodings other than utf\-8, iso8859\-1 and
ascii.
..SH AUTHOR
Lucas De Marchi <lucas.de.mar...@gmail.com>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to