diff options
| author | Werner Koch <[email protected]> | 2006-11-09 16:09:46 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-11-09 16:09:46 +0000 |
| commit | c1f4a8edff15737b15c209001d0130036416886d (patch) | |
| tree | 84477a2bdb7c1c803649e81e6e624f695ca3462e /agent/protect-tool.c | |
| parent | post release updates (diff) | |
| download | gnupg-c1f4a8edff15737b15c209001d0130036416886d.tar.gz gnupg-c1f4a8edff15737b15c209001d0130036416886d.zip | |
gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.
Other minor fixes
Diffstat (limited to 'agent/protect-tool.c')
| -rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index 23f1d9336..4a0e53d3f 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -145,7 +145,7 @@ my_strusage (int level) case 1: case 40: p = _("Usage: gpg-protect-tool [options] (-h for help)\n"); break; - case 41: p = _("Syntax: gpg-protect-tool [options] [args]]\n" + case 41: p = _("Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n"); break; |
