summaryrefslogtreecommitdiff
path: root/bash/ostree
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2021-08-23 11:09:24 -0600
committerDan Nicholson <dbn@endlessos.org>2021-08-23 15:30:31 -0600
commit58a683f8f0a14d19d15e3b5521b9fbcc6c04a9a1 (patch)
tree13e9699f02fe4c2132e9024ff80764be30a5c8bf /bash/ostree
parent452611e4a862bf7df567e4c55790a1ce7d9cf4ef (diff)
downloadostree-58a683f8f0a14d19d15e3b5521b9fbcc6c04a9a1.tar.gz
bin/remote: Rename list-gpg-keys to gpg-list-keys
As pointed out in the original review, `gpg-list-keys` fits better alongside the existing `gpg-import`. Changes were done with: ``` git grep -l list-gpg-keys | xargs sed -i 's/list-gpg-keys/gpg-list-keys/' for src in $(git ls-files '*list-gpg-keys*'); do dst=${src/list-gpg-keys/gpg-list-keys} git mv "$src" "$dst" done ```
Diffstat (limited to 'bash/ostree')
-rw-r--r--bash/ostree2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/ostree b/bash/ostree
index 32d5e317..c990462f 100644
--- a/bash/ostree
+++ b/bash/ostree
@@ -1381,9 +1381,9 @@ _ostree_remote() {
delete
delete-cookie
gpg-import
+ gpg-list-keys
list
list-cookies
- list-gpg-keys
refs
show-url
summary