From 5eac1e929a0d6a139e6a5734efb55ca0110e1ba6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Oct 2015 09:15:47 +0200 Subject: [PATCH] xbps-install.1: document -n/--dry-run output. --- bin/xbps-install/xbps-install.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/xbps-install/xbps-install.1 b/bin/xbps-install/xbps-install.1 index 68d1ea15..b3f36bcf 100644 --- a/bin/xbps-install/xbps-install.1 +++ b/bin/xbps-install/xbps-install.1 @@ -1,4 +1,4 @@ -.Dd June 3, 2015 +.Dd October 20, 2015 .Dt XBPS-INSTALL 1 .Sh NAME .Nm xbps-install @@ -90,7 +90,8 @@ will be used. For remote repositories, the data is fetched and stored in memory for the current operation. This ignores the existing on-disk repository archives in rootdir. .It Fl n, Fl -dry-run -Dry-run mode. Show what actions would be done but don't do anything. +Dry-run mode. Show what actions would be done but don't do anything. The current output +prints 6 arguments: " ". .It Fl R Enable repository mode. This mode explicitly looks in repositories, rather than looking in the target root directory.