diff options
author | Werner Koch <[email protected]> | 2006-09-08 17:02:06 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-09-08 17:02:06 +0000 |
commit | 90af581b083af08f33a8eca73c4607ce43701b66 (patch) | |
tree | 5dc5623f85466f3dfc7ca6d5a06bde67f5bb9cd2 /doc/examples | |
parent | Let scdaemon call a script on status changes (diff) | |
download | gnupg-90af581b083af08f33a8eca73c4607ce43701b66.tar.gz gnupg-90af581b083af08f33a8eca73c4607ce43701b66.zip |
doc fixes
Diffstat (limited to 'doc/examples')
-rwxr-xr-x | doc/examples/scd-event | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/scd-event b/doc/examples/scd-event index 1d031871d..938465ffb 100755 --- a/doc/examples/scd-event +++ b/doc/examples/scd-event @@ -36,12 +36,12 @@ Options: --reader-port N Reports change for port N --old-code 0xNNNN Previous status code --old-code 0xNNNN Current status code - --status USABLE|ACTIVE|PRESENT}NOCARD + --status USABLE|ACTIVE|PRESENT|NOCARD Human readable status code Environment: -GNUPGHOME=DIR Set to the active hmedir +GNUPGHOME=DIR Set to the active homedir EOF exit 0 |