From c2c149bd29f872c483fa649f5fd24df8dae9515f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Apr 2014 10:03:33 +0200 Subject: [PATCH] xbps-checkvers: use --longopt=FOO in usage(). --- bin/xbps-checkvers/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xbps-checkvers/main.c b/bin/xbps-checkvers/main.c index 5991bc57..98358554 100644 --- a/bin/xbps-checkvers/main.c +++ b/bin/xbps-checkvers/main.c @@ -185,13 +185,13 @@ show_usage(const char *prog) "Usage: %s [OPTIONS] [FILES...]\n\n" " Options:\n" " -h,--help Show this helpful help-message for help.\n" -" -C,--config 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,--distdir 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" -" -r,--rootdir DIRECTORY Set root directory (defaults to /).\n" +" -r,--rootdir=DIRECTORY Set root directory (defaults to /).\n" " -s,--show-missing List any binary packages which are not built.\n" "\n [FILES...] Extra packages to process with the outdated\n" " ones (only processed if missing).\n\n",