From 2d3ed8db19a0c57ee8bcfc5d85dd83978a9aa438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 18 Jan 2020 18:48:07 +0100 Subject: [PATCH] bin/xbps-checkvers: align help text with spaces --- bin/xbps-checkvers/main.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/xbps-checkvers/main.c b/bin/xbps-checkvers/main.c index f9ae4866..c4f8d18f 100644 --- a/bin/xbps-checkvers/main.c +++ b/bin/xbps-checkvers/main.c @@ -78,22 +78,22 @@ show_usage(const char *prog) fprintf(stderr, "Usage: %s [OPTIONS] [FILES...]\n\n" "OPTIONS:\n" -" -h --help Show this helpful help-message for help.\n" -" -C --config Set path to xbps.d\n" -" -D --distdir Set (or override) the path to void-packages\n" -" (defaults to ~/void-packages).\n" -" -d --debug Enable debug output to stderr.\n" -" -e --removed List packages present in repos, but not in distdir.\n" -" -f --format Output format.\n" -" -I --installed Check for outdated packages in rootdir, rather\n" -" than in the XBPS repositories.\n" -" -i --ignore-conf-repos Ignore repositories defined in xbps.d.\n" -" -m --manual Only process listed files.\n" -" -R --repository= Append repository to the head of repository list.\n" -" -r --rootdir Set root directory (defaults to /).\n" -" -s --show-all List all packages, in the format 'pkgname repover srcver'.\n" -"\n [FILES...] Extra packages to process with the outdated\n" -" ones (only processed if missing).\n\n", +" -h --help Show this helpful help-message for help.\n" +" -C --config Set path to xbps.d\n" +" -D --distdir Set (or override) the path to void-packages\n" +" (defaults to ~/void-packages).\n" +" -d --debug Enable debug output to stderr.\n" +" -e --removed List packages present in repos, but not in distdir.\n" +" -f --format Output format.\n" +" -I --installed Check for outdated packages in rootdir, rather\n" +" than in the XBPS repositories.\n" +" -i --ignore-conf-repos Ignore repositories defined in xbps.d.\n" +" -m --manual Only process listed files.\n" +" -R --repository= Append repository to the head of repository list.\n" +" -r --rootdir Set root directory (defaults to /).\n" +" -s --show-all List all packages, in the format 'pkgname repover srcver'.\n" +"\n [FILES...] Extra packages to process with the outdated\n" +" ones (only processed if missing).\n\n", prog); return EXIT_FAILURE; }