From 0c3638231cdec410c32041a9e4ad53d9cf80cd6d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Apr 2014 14:11:47 +0200 Subject: [PATCH] xbps-checkvers: use --distdir option as it is in the original implementation. --- bin/xbps-checkvers/main.c | 6 +++--- bin/xbps-checkvers/xbps-checkvers.8 | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bin/xbps-checkvers/main.c b/bin/xbps-checkvers/main.c index f2affc0b..5991bc57 100644 --- a/bin/xbps-checkvers/main.c +++ b/bin/xbps-checkvers/main.c @@ -185,9 +185,9 @@ show_usage(const char *prog) "Usage: %s [OPTIONS] [FILES...]\n\n" " Options:\n" " -h,--help Show this helpful help-message for help.\n" -" -C,--xbps-conf FILENAME Set (or override) the `xbps.conf' (which may\n" +" -C,--config FILENAME Set (or override) the `xbps.conf' (which may\n" " have automatically been detected).\n" -" -d,--xbps-packages DIRECTORY Set (or override) the path to xbps-packages\n" +" -d,--distdir DIRECTORY Set (or override) the path to xbps-packages\n" " (defaults to ~/xbps-packages).\n" " -i,--installed Check for outdated packages in rootdir, rather\n" " than in the XBPS repositories.\n" @@ -597,7 +597,7 @@ main(int argc, char **argv) const char *prog = argv[0], *sopts = "hC:d:ir:sV", *tmpl; const struct option lopts[] = { { "help", no_argument, NULL, 'h' }, - { "xbps-conf", required_argument, NULL, 'C' }, + { "config", required_argument, NULL, 'C' }, { "distdir", required_argument, NULL, 'd' }, { "installed", no_argument, NULL, 'i' }, { "rootdir", required_argument, NULL, 'r' }, diff --git a/bin/xbps-checkvers/xbps-checkvers.8 b/bin/xbps-checkvers/xbps-checkvers.8 index be941eda..450a212b 100644 --- a/bin/xbps-checkvers/xbps-checkvers.8 +++ b/bin/xbps-checkvers/xbps-checkvers.8 @@ -27,7 +27,7 @@ argument sets extra packages to process with the outdated ones (only processed i .Bl -tag -width -x .It Fl C, Fl -config Ar file Specifies a full path to the XBPS configuration file. -.It Fl d, Fl -xbps-packages Ar dir +.It Fl d, Fl -distdir Ar dir Specifies a full path to the xbps-packages repository. By default set to .Nm ~/xbps-packages . .It Fl h, Fl -help @@ -43,7 +43,6 @@ tree. .It Fl V, Fl -version Shows the XBPS version. .Sh SEE ALSO -.Xr xbps-install 8 , .Xr xbps-create 8 , .Xr xbps-dgraph 8 , .Xr xbps-install 8 ,