Skip to content

Commit b5be568

Browse files
committed
xbps:rdeps now shows rdeps that aren't currently installed
1 parent 25aa942 commit b5be568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/upm/tools/xbps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
command "files", "xbps-query -f", paged: true
1212
command "locate", "xlocate", paged: true
1313
command "selection", "xbps-query -m", paged: true
14-
command "rdeps", "xbps-query -X", paged: true
14+
command "rdeps", "xbps-query -R -X", paged: true
1515
command "orphans", "xbps-query -O", paged: true
1616

1717
command "info" do |args|

0 commit comments

Comments
 (0)