From 378d08d82db09344a7d0ef4b509bb1585f7b482d Mon Sep 17 00:00:00 2001 From: Kanashimia <56224949+kanashimia@users.noreply.github.com> Date: Tue, 5 May 2020 02:46:48 +0300 Subject: [PATCH] Another minor changes.. --- src/_stack | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_stack b/src/_stack index ec3398f..9b2fc84 100644 --- a/src/_stack +++ b/src/_stack @@ -44,7 +44,7 @@ _stack () { --help'[show usage information]' \ --version'[show version]' \ --numeric-version'[show only version number]' \ - --hpack-numeric-version"[Show only hpack's version number]" \ + --hpack-numeric-version"[show only hpack's version number]" \ '--docker*[run "stack --docker-help" for details]' \ '--nix*[run "stack --nix-help" for details]' \ --verbosity'[verbosity: silent, error, warn, info, debug]' \ @@ -70,7 +70,7 @@ _stack () { --no-skip-ghc-check'[disable skipping the GHC version and architecture check]' \ --skip-msys'[enable skipping the local MSYS installation (Windows only)]' \ --no-skip-msys'[disable skipping the local MSYS installation (Windows only)]' \ - --local-bin-path'[install binaries to DIR]' \ + --local-bin-path'[install binaries to specified location]' \ --setup-info-yaml'[alternate URL or relative / absolute path for stack dependencies]' \ --modify-code-page'[enable setting the codepage to support UTF-8 (Windows only)]' \ --no-modify-code-page'[disable setting the codepage to support UTF-8 (Windows only)]' \ @@ -78,7 +78,7 @@ _stack () { --no-allow-different-user'[disable permission for non-owners to use a stack installation (POSIX only)]' \ --dump-logs'[enable dump the build output logs for local packages to the console]' \ --no-dump-logs'[disable dump the build output logs for local packages to the console]' \ - {--color,--colour}'[specify when to use color in output; WHEN is "always", "never", or "auto".]' \ + {--color,--colour}'[specify when to use color in output; accepts "always", "never", "auto"]' \ --resolver'[override resolver in project file]' \ --terminal'[enable overriding terminal detection in the case of running in a false terminal]' \ --no-terminal'[disable overriding terminal detection in the case of running in a false terminal]' \ @@ -102,7 +102,7 @@ __stack_modes () { 'init[create stack project config from cabal or hpack package specifications]' \ 'setup[get the appropriate ghc for your project]' \ 'path[print out handy path information]' \ - "ls[list command. (Supports snapshots, dependencies and stack's styles)]" \ + "ls[list command. (supports snapshots, dependencies and stack's styles)]" \ 'unpack[unpack one or more packages locally]' \ 'update[update the package index]' \ 'upgrade[upgrade to the latest stack]' \