diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-14 21:43:58 +0000 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2011-02-14 21:49:12 +0000 |
commit | 92e59e0a72e80255a0468322ff868ed05fab9b07 (patch) | |
tree | bb6de822885d1d9c5907244d399cdfa807130535 /Porting/git-deltatool | |
parent | 692dce0887a12795213f4ff0fc00b3b25d90a32e (diff) | |
download | perl-92e59e0a72e80255a0468322ff868ed05fab9b07.tar.gz |
Porting/git-deltatool: s/summarize/summary/ in documentation
Change the "summarize" misrefences to the "summary" option to
"summary".
Diffstat (limited to 'Porting/git-deltatool')
-rw-r--r-- | Porting/git-deltatool | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/git-deltatool b/Porting/git-deltatool index c3946eeb12..921327738e 100644 --- a/Porting/git-deltatool +++ b/Porting/git-deltatool @@ -795,13 +795,13 @@ git-deltatool - Annotate commits for perldelta Indicates the run mode for the program. The default is 'assign' which assigns categories and marks the notes as 'pending' (or 'ignored'). Other -modes are 'review', 'render', 'summarize' and 'update'. +modes are 'review', 'render', 'summary' and 'update'. =item B<--type>|B<-t> TYPE Indicates what types of commits to process. The default for 'assign' mode is 'new', which processes commits without any perldelta notes. The default for -'review', 'summarize' and 'render' modes is 'pending'. The options must be set +'review', 'summary' and 'render' modes is 'pending'. The options must be set explicitly for 'update' mode. The type 'blocking' is reserved for commits needing further review. |