Merge lp:~bregma/compiz/lp-1475508 into lp:compiz/0.9.12

Proposed by Stephen M. Webb
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 3961
Merged at revision: 3960
Proposed branch: lp:~bregma/compiz/lp-1475508
Merge into: lp:compiz/0.9.12
Diff against target: 125 lines (+39/-45)
2 files modified
debian/compiz.1 (+28/-35)
src/main.cpp (+11/-10)
To merge this branch: bzr merge lp:~bregma/compiz/lp-1475508
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+265166@code.launchpad.net

Commit message

Fixed the Compiz manpage and --help message to agree with the actual command-line options supported.

Description of the change

Fixed the Compiz manpage and --help message to agree with the actual command-line options supported.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/compiz.1'
2--- debian/compiz.1 2012-06-19 11:22:48 +0000
3+++ debian/compiz.1 2015-07-17 19:31:01 +0000
4@@ -1,4 +1,4 @@
5-.TH COMPIZ 1 "September 29, 2006"
6+.TH COMPIZ 1 2015-07-17 Compiz
7
8 .SH NAME
9 compiz \- OpenGL window and compositing manager
10@@ -7,17 +7,15 @@
11 .B compiz
12 .RI [ options ]
13 .RI [ plugins ]
14+
15 .SH DESCRIPTION
16 .B compiz
17-is a compositing window-manager using OpenGL for rendering.
18+is a compositing window manager using OpenGL for rendering.
19
20 .SH OPTIONS
21 .TP
22-.B \-\-help
23-Show summary of options.
24-.TP
25-.B \-v, \-\-version
26-Show version of program.
27+.B \-\-debug
28+Enable debug mode.
29 .TP
30 .BI "\-\-display " DISPLAY
31 Manage the display called
32@@ -26,39 +24,34 @@
33 .I $DISPLAY
34 environment variable.
35 .TP
36-.BI "\-\-refresh\-rate " RATE
37-Set the default refresh rate.
38-.TP
39-.BI \-\-fast\-filter
40-Use a fast texture filter.
41-.TP
42-.BI \-\-indirect\-rendering
43-Force an indirect rendering context. Use this when running compiz on AIGLX.
44-.TP
45-.BI \-\-strict\-binding
46-Enable strict binding of textures. Use this when running compiz on AIGLX.
47-.TP
48-.BI \-\-use\-cow
49-Make use of the composite overlay window.
50-.TP
51-.BI \-\-replace
52-Replace any existing window managers on the given X display.
53-.TP
54-.BI \-\-sm\-disable
55-Disable the session management.
56+.B \-\-help
57+Shows a summary of options and exit.
58+.TP
59+.B \-\-keep\-desktop\-hints
60+Retains existing desktop hints.
61+.TP
62+.B \-\-no\-auto\-add\-ccp
63+Do not automatically load the Compiz config plugin (ccp).
64+.TP
65+.B \-\-replace
66+Replaces any existing window managers on the given X display.
67+.TP
68+.B \-\-send\-startup\-message
69+Sends a message to all connected X clientd once startup is complete.
70+.TP
71+.B \-\-sm\-disable
72+Disables session management.
73 .TP
74 .BI "\-\-sm\-client\-id " ID
75-Use the given
76+Uses the given
77 .I ID
78 as the client ID for session management.
79 .TP
80-.BI "\-\-bg\-image " IMAGE
81-Use
82-.I IMAGE
83-as background image.
84+.B \-\-sync
85+Makes all X calls synchronous.
86+.TP
87+.B \-\-version
88+Prints the version of the program and exits.
89
90 .SH AUTHOR
91 compiz was written by David Reveman <davidr@novell.com> and others.
92-.PP
93-This manual page was written by Thierry Reding <thierry@gilfi.de>,
94-for the Debian project (but may be used by others).
95
96=== modified file 'src/main.cpp'
97--- src/main.cpp 2015-04-23 20:07:35 +0000
98+++ src/main.cpp 2015-07-17 19:31:01 +0000
99@@ -48,16 +48,17 @@
100 {
101 printf ("Usage: %s [OPTIONS] [PLUGINS ...]\n"
102 "Options:\n"
103- " --replace Replace any existing window managers\n"
104- " --display DISPLAY Connect to X display DISPLAY (instead of $DISPLAY)\n"
105- " --sm-disable Disable session management\n"
106- " --sm-client-id ID Session management client ID\n"
107- " --keep-desktop-hints Retain existing desktop hints\n"
108- " --no-auto-add-ccp Do not automatically load the ccp plugin\n"
109- " --sync Make all X calls synchronous\n"
110- " --debug Enable debug mode\n"
111- " --version Show the program version\n"
112- " --help Show this summary\n"
113+ " --debug Enable debug mode\n"
114+ " --display DISPLAY Connect to X display DISPLAY (instead of $DISPLAY)\n"
115+ " --help Show this summary\n"
116+ " --keep-desktop-hints Retain existing desktop hints\n"
117+ " --no-auto-add-ccp Do not automatically load the ccp plugin\n"
118+ " --replace Replace any existing window managers\n"
119+ " --send-startup-message Sends a message to connected clients on startup completion.\n"
120+ " --sm-client-id ID Session management client ID\n"
121+ " --sm-disable Disable session management\n"
122+ " --sync Make all X calls synchronous\n"
123+ " --version Show the program version\n"
124 , programName);
125 }
126

Subscribers

People subscribed via source and target branches