diff --git a/docs/man/supybot-newplugin.1 b/docs/man/supybot-plugin-create.1 similarity index 67% rename from docs/man/supybot-newplugin.1 rename to docs/man/supybot-plugin-create.1 index 25dedbd7f..ee011b902 100644 --- a/docs/man/supybot-newplugin.1 +++ b/docs/man/supybot-plugin-create.1 @@ -1,15 +1,15 @@ .\" Process this file with -.\" groff -man -Tascii supybot-newplugin.1 +.\" groff -man -Tascii supybot-plugin-create.1 .\" -.TH SUPYBOT\-NEWPLUGIN 1 "SEPTEMBER 2004" +.TH SUPYBOT\-PLUGIN\-CREATE 1 "APRIL 2005" .SH NAME -supybot\-newplugin \- A wizard for creating Supybot plugins +supybot\-plugin\-create \- A wizard for creating Supybot plugins .SH SYNOPSIS -.B supybot\-newplugin +.B supybot\-plugin\-create .RI [ options ] .SH DESCRIPTION .B -supybot\-newplugin +supybot\-plugin\-create is a wizard that creates a template python source file for a new .IR supybot (1) plugin. @@ -21,19 +21,22 @@ Show version of program. .BR \-h ", " \-\^\-help Show summary of options. .TP -.BR \-r ", " \-\^\-regexp -Uses a regexp\-based callback. -.TP .BI \-n " NAME" "\fR,\fP \-\^\-name=" NAME Sets the name for the plugin. .TP .BR \-t ", " \-\^\-thread Makes the plugin threaded. +.TP +.BI \-\^\-real-name=" REALNAME +Specify what real name the copyright is assigned to. .SH "SEE ALSO" .IR python (1), .IR supybot (1), +.IR supybot\-test (1), +.IR supybot\-botchk (1), .IR supybot\-wizard (1), .IR supybot\-adduser (1), +.IR supybot\-plugin\-doc (1) .SH AUTHOR This manual page was originally written by James Vega . Permission is granted to copy, diff --git a/scripts/supybot-newplugin b/scripts/supybot-plugin-create similarity index 100% rename from scripts/supybot-newplugin rename to scripts/supybot-plugin-create diff --git a/setup.py b/setup.py index 0d98586ed..ebb828c02 100644 --- a/setup.py +++ b/setup.py @@ -191,8 +191,8 @@ setup( 'scripts/supybot-botchk', 'scripts/supybot-wizard', 'scripts/supybot-adduser', - 'scripts/supybot-newplugin', 'scripts/supybot-plugin-doc', + 'scripts/supybot-plugin-create', 'scripts/supybot-plugin-package', ] )