We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aa942 commit b5be568Copy full SHA for b5be568
lib/upm/tools/xbps.rb
@@ -11,7 +11,7 @@
11
command "files", "xbps-query -f", paged: true
12
command "locate", "xlocate", paged: true
13
command "selection", "xbps-query -m", paged: true
14
- command "rdeps", "xbps-query -X", paged: true
+ command "rdeps", "xbps-query -R -X", paged: true
15
command "orphans", "xbps-query -O", paged: true
16
17
command "info" do |args|
0 commit comments