diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-12-21 21:40:57 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2024-01-05 01:01:52 +0100 |
commit | 4425913e4f3bfd3cb346c38e13a10f0002615a55 (patch) | |
tree | 84a646530a6b5082948040fd592a0707eb14dd52 /contrib/completion/bash | |
parent | 2a1e8aebaf8e883270b617a743668e34b6db3d92 (diff) | |
download | devtools-4425913e4f3bfd3cb346c38e13a10f0002615a55.tar.xz |
chore(build): use more intuitive update-checksums option for humans
The philosophy of our CLI is to provide options that better match human
expectations in an intuitive way rather than mimic wording of previous
tools with abbreviation.
Component: pkgctl build
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'contrib/completion/bash')
-rw-r--r-- | contrib/completion/bash/devtools.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/bash/devtools.in b/contrib/completion/bash/devtools.in index 83264ce..b974257 100644 --- a/contrib/completion/bash/devtools.in +++ b/contrib/completion/bash/devtools.in @@ -179,7 +179,7 @@ _pkgctl_build_args=( --pkgver --pkgrel --rebuild - --updpkgsums + --update-checksums -e --edit -r --release |