Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 379581
Collapse All | Expand All

(-)a/WebappConfig/config.py (-5 / +3 lines)
Lines 572-582 class Config: Link Here
572
                         '--lui',
572
                         '--lui',
573
                         action='store_true',
573
                         action='store_true',
574
                         help = 'List all master images which currently a'
574
                         help = 'List all master images which currently a'
575
                         're not used. Use * for the package name and/or '
575
                         're not used. Optionally, provide a package and/'
576
                         'version number to list more than one package / '
576
                         'or version number as arguments to restrict the '
577
                         'version of a package. Remember to include the *'
577
                         'listing.')
578
                         ' in single quotes to stop your shell from expan'
579
                         'ding it first!!')
580
578
581
        group.add_option('--show-installed',
579
        group.add_option('--show-installed',
582
                         '--si',
580
                         '--si',
(-)a/doc/webapp-config.8.xml (-8 / +5 lines)
Lines 133-148 Link Here
133
	  <arg choice="plain">
133
	  <arg choice="plain">
134
	    <option>--list-unused-installs</option>
134
	    <option>--list-unused-installs</option>
135
	  </arg>
135
	  </arg>
136
	  <group choice="opt">
136
	  <arg choice="opt">
137
	    <arg>
137
	    <arg choice="req">
138
	      <replaceable>app-name</replaceable>
138
	      <replaceable>app-version</replaceable>
139
	    </arg>
139
	    </arg>
140
	  </group>
140
	    <arg choice="opt">
141
	  <group choice="opt">
142
	    <arg>
143
	      <replaceable>app-version</replaceable>
141
	      <replaceable>app-version</replaceable>
144
	    </arg>
142
	    </arg>
145
	  </group>
143
	  </arg>
146
	</cmdsynopsis>
144
	</cmdsynopsis>
147
145
148
	<cmdsynopsis>
146
	<cmdsynopsis>
Lines 281-287 Link Here
281
	    <term><option>--lui</option> <replaceable>app-name</replaceable> <replaceable>app-version</replaceable></term>
279
	    <term><option>--lui</option> <replaceable>app-name</replaceable> <replaceable>app-version</replaceable></term>
282
	    <listitem>
280
	    <listitem>
283
	      <para>Outputs a list of all the master copies of the <replaceable>app-name</replaceable>-<replaceable>app-version</replaceable> package that have not been installed using <command>webapp-config</command> <option>-I</option>.</para>
281
	      <para>Outputs a list of all the master copies of the <replaceable>app-name</replaceable>-<replaceable>app-version</replaceable> package that have not been installed using <command>webapp-config</command> <option>-I</option>.</para>
284
	      <para>Both <replaceable>app-name</replaceable> or <replaceable>app-version</replaceable> can be <emphasis>*</emphasis> to search for multiple packages or versions.</para>
285
	    </listitem>
282
	    </listitem>
286
	  </varlistentry>
283
	  </varlistentry>
287
284

Return to bug 379581