[Python-modules-commits] r10635 - in packages/python-pip/trunk/debian (pip.1)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Nov 30 19:50:13 UTC 2009


    Date: Monday, November 30, 2009 @ 19:50:12
  Author: chaica-guest
Revision: 10635

* debian/pip.1
  - Suppressed unnecessary caracters.

Modified:
  packages/python-pip/trunk/debian/pip.1

Modified: packages/python-pip/trunk/debian/pip.1
===================================================================
--- packages/python-pip/trunk/debian/pip.1	2009-11-30 19:04:56 UTC (rev 10634)
+++ packages/python-pip/trunk/debian/pip.1	2009-11-30 19:50:12 UTC (rev 10635)
@@ -2,12 +2,12 @@
 .\"     Title: pip
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\"      Date: 11/03/2009
+.\"      Date: 11/30/2009
 .\"    Manual: [FIXME: manual]
 .\"    Source: [FIXME: source]
 .\"  Language: English
 .\"
-.TH "PIP" "1" "11/03/2009" "[FIXME: source]" "[FIXME: manual]"
+.TH "PIP" "1" "11/30/2009" "[FIXME: source]" "[FIXME: manual]"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -34,32 +34,32 @@
 .sp
 The command comes before any options\&. The following commands are recognized:
 .PP
-\fB\-help\fR
+\fBhelp\fR
 .RS 4
 Show the help text\&.
 .RE
 .PP
-\fB\-bundle\fR
+\fBbundle\fR
 .RS 4
 Create "bundles" which can be used by pip to install the group of Python packages in multiple places\&.
 .RE
 .PP
-\fB\-freeze\fR
+\fBfreeze\fR
 .RS 4
 Write the current list of installed packages to a requirements file, which can be used by pip to reinstall the same set of packages\&.
 .RE
 .PP
-\fB\-install\fR
+\fBinstall\fR
 .RS 4
 Install packages\&.
 .RE
 .PP
-\fB\-unzip\fR
+\fBunzip\fR
 .RS 4
 Unzip an individual package\&.
 .RE
 .PP
-\fB\-zip\fR
+\fBzip\fR
 .RS 4
 Zip an individual package\&.
 .RE




More information about the Python-modules-commits mailing list