From 806bcdfe545f6ee9f4e003227822908de725f86a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Apr 2014 10:53:32 +0200 Subject: [PATCH] xbps-checkvers: make usage() follow xbps style. --- bin/xbps-checkvers/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/xbps-checkvers/main.c b/bin/xbps-checkvers/main.c index d5881683..1ed5d08f 100644 --- a/bin/xbps-checkvers/main.c +++ b/bin/xbps-checkvers/main.c @@ -181,10 +181,7 @@ static int show_usage(const char *prog) { fprintf(stderr, -"Usage: %s [OPTIONS] " -"[FILES...]\n\nCopyright (c) 2012-2013 The AUTHORS. " -"See the AUTHORS file.\n" -"See the COPYING file for license(s)/distribution details.\n\n" +"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"