From dba8eeb3909bc6f7bd03453242b85aad37edccd5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 16 Feb 2018 22:59:03 -0800 Subject: [PATCH] install: --force -> --force-install-stack [ci skip] --- hledger-install/hledger-install.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index d8c48af0b..195607692 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -1,17 +1,17 @@ #!/bin/bash -e # Easy hledger installation script for POSIX systems. # Uses cabal if installed and stack is not, -# or stack, which it will install if needed (or if --force is used). +# or stack, which it will install if needed (or if --force-install-stack is used). # Requires bash and some other POSIX tools. # This is based on get-stack.sh which is copyright (c) 2015-2017, Stack contributors. usage() { cat <