From 2a48b40b82770bbc54a79227a52306537bc615d7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 31 May 2015 12:00:47 -0600 Subject: librefetch: Tidy up usage() text. --- src/librefetch/librefetch | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/librefetch') diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch index 45df21b..49a8565 100755 --- a/src/librefetch/librefetch +++ b/src/librefetch/librefetch @@ -60,17 +60,17 @@ usage() { print ' $ %s https://repo.parabola.nu/other/mypackage/mypackage-1.0.tar.gz' "$cmd" echo print "Options:" - print " Settings:" - flag "-C" "Force create mode (don't download)" - flag "-D" "Force download mode (don't create)" - flag "-p <$(_ FILE)>" "Use an alternate build script (instead of - 'PKGBUILD') If an SRCBUILD exists in the same - directory, it is used instead" - print " Alternate modes:" - flag "-g, --geninteg" "Generate integrity checks for source files" - flag "-S, --srcbuild" "Print the effective build script (SRCBUILD)" - flag "-M, --makepkg" "Print the effective makepkg script" - flag "-h, --help" "Show this message" + flag 'Settings:' \ + "-C" "Force create mode (don't download)" \ + "-D" "Force download mode (don't create)" \ + "-p <$(_ FILE)>" "Use an alternate build script (instead of + 'PKGBUILD'). If an SRCBUILD exists in the same + directory, it is used instead" \ + 'Alternate modes:' \ + "-g, --geninteg" "Generate integrity checks for source files" \ + "-S, --srcbuild" "Print the effective build script (SRCBUILD)" \ + "-M, --makepkg" "Print the effective makepkg script" \ + "-h, --help" "Show this message" } main() { -- cgit v1.2.2