diff options
author | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:46:12 -0300 |
---|---|---|
committer | rhatto <rhatto@ratten.fluxo.info> | 2014-03-17 18:46:12 -0300 |
commit | 0f2be20434d7479f0dca394f8680f30be31043e8 (patch) | |
tree | 86c335cad8f2b6c43ef88869a40a74aba1ab5a6a | |
parent | f1e903381caec308138c6d459164145a9862029c (diff) | |
download | keyringer-feature/canary.tar.gz keyringer-feature/canary.tar.bz2 |
Slightly better redaction on how to call keyringer canaryfeature/canary
-rwxr-xr-x | lib/keyringer/actions/canary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/keyringer/actions/canary b/lib/keyringer/actions/canary index aa66926..fb2e7fb 100755 --- a/lib/keyringer/actions/canary +++ b/lib/keyringer/actions/canary @@ -34,8 +34,8 @@ # # - First, "keyringer <keyring> preferences edit # basic canary preferences". # -# - Then, add the following to your ~/.profile or wherever you want your canary -# be called from: "keyringer <keyring> canary". +# - Then, add the following to your ~/.profile or wherever you want keyringer's +# canary generator be called from: "keyringer <keyring> canary". # Load functions LIB="`dirname $0`/../functions" |