Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 26116 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/qpkg.orig (-6 / +6 lines)
Lines 165-171 Link Here
165
uninstalled packages.
165
uninstalled packages.
166
166
167
${BR}Usage:
167
${BR}Usage:
168
${T}${CY}${PROG}${NO} [${BR}options${NO}] [${YL}pkgname${NO}] [${BL}-g${YL} group${NO}] [${BL}-f${YL} <file>${NO}|${BL}-fp${YL} <patern>${NO}]
168
${T}${CY}${PROG}${NO} [${BR}options${NO}] [${YL}pkgname${NO}] [${BL}-g${YL} group${NO}] [${BL}-f${YL} <file>${NO}|${BL}-fp${YL} <pattern>${NO}]
169
${T}${CY}${PROG}${NO} ${BL}--dups${NO} [${BL}--slot${NO}]
169
${T}${CY}${PROG}${NO} ${BL}--dups${NO} [${BL}--slot${NO}]
170
${T}${CY}${PROG}${NO} ${BL}--help${NO}
170
${T}${CY}${PROG}${NO} ${BL}--help${NO}
171
171
Lines 176-186 Link Here
176
${BR}Package Selection:
176
${BR}Package Selection:
177
  ${BL}-f,  --find-file${NO}${T}finds package that owns file <file>
177
  ${BL}-f,  --find-file${NO}${T}finds package that owns file <file>
178
  ${BL}-fp, --find-pattern${NO}${T}finds to package that owns file matching *<pattern>*
178
  ${BL}-fp, --find-pattern${NO}${T}finds to package that owns file matching *<pattern>*
179
  ${BL}-m,  --masked${NO}${T}Include${YL} only${NO} masked packages
179
  ${BL}-m,  --masked${NO}${T}${T}Include${YL} only${NO} masked packages
180
  ${BL}-n,  --non-masked${NO}${T}Include${YL} only${NO} non-masked packages
180
  ${BL}-n,  --non-masked${NO}${T}Include${YL} only${NO} non-masked packages
181
  ${BL}-I,  --installed${NO}${T}Include${YL} only${NO} installed packages
181
  ${BL}-I,  --installed${NO}${T}Include${YL} only${NO} installed packages
182
  ${BL}-U,  --uninstalled${NO}${T}Include${YL} only${NO} uninstalled packages
182
  ${BL}-U,  --uninstalled${NO}${T}Include${YL} only${NO} uninstalled packages
183
  ${BL}-g,  --group${NO}${T}${T}Find by goup (can be combined with other searches)
183
  ${BL}-g,  --group${NO}${T}${T}Find by group (can be combined with other searches)
184
184
185
${BR}Information Selection:
185
${BR}Information Selection:
186
  ${BL}-l,  --list${NO}${T}${T}List package content
186
  ${BL}-l,  --list${NO}${T}${T}List package content
Lines 195-201 Link Here
195
195
196
${BR}Operation Modifiers:
196
${BR}Operation Modifiers:
197
  ${BL}-nc, --no-color${NO}${T}don't use colors
197
  ${BL}-nc, --no-color${NO}${T}don't use colors
198
  ${BL}-v,  --verbose${NO}${T}Be more verbose [ can be repeated twise ]
198
  ${BL}-v,  --verbose${NO}${T}Be more verbose [ can be repeated twice ]
199
  ${BL}-vv${NO}${T}${T}${T}Same as ${BL}-v -v${NO}
199
  ${BL}-vv${NO}${T}${T}${T}Same as ${BL}-v -v${NO}
200
200
201
${YL}Notes${NO}: 
201
${YL}Notes${NO}: 
Lines 216-223 Link Here
216
  ${PROG} porta -I		print versions of installed portage
216
  ${PROG} porta -I		print versions of installed portage
217
  ${PROG} porta -i		.. + versions in portage tree + descriptions 
217
  ${PROG} porta -i		.. + versions in portage tree + descriptions 
218
			and homepages
218
			and homepages
219
  ${PROG} gawk -c -v	check integrity all installed versions of gawk
219
  ${PROG} gawk -c -v	check integrity of all installed versions of gawk
220
			the older will have \"damaged\" files.
220
			the older ones will have \"damaged\" files.
221
  ${PROG} -f /bin/ls	print package(s) that own /bin/ls
221
  ${PROG} -f /bin/ls	print package(s) that own /bin/ls
222
"
222
"
223
	exit
223
	exit

Return to bug 26116