summaryrefslogtreecommitdiff
path: root/src/monkeysphere-host
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-14 16:09:42 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-14 16:09:42 -0400
commit3d46f5954da2bc9a2dd8d2ce35713136149c2983 (patch)
treeaeb5fe8198ed63a9fe228330eb2e5b89ef9cfdb4 /src/monkeysphere-host
parent39d013c4d307d6a844f8dc2deabf42adc0a8a388 (diff)
fix typo
Diffstat (limited to 'src/monkeysphere-host')
-rwxr-xr-xsrc/monkeysphere-host2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-host b/src/monkeysphere-host
index 2c19331..a5db8c1 100755
--- a/src/monkeysphere-host
+++ b/src/monkeysphere-host
@@ -74,7 +74,7 @@ EOF
# function to interact with the gpg keyring
gpg_host() {
- GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trust-db --no-greeting --quiet --no-tty "$@"
+ GNUPGHOME="$GNUPGHOME_HOST" gpg --no-auto-check-trustdb --no-greeting --quiet --no-tty "$@"
}
# list the info about the a key, in colon format, to stdout