1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.

Other minor fixes
This commit is contained in:
Werner Koch 2006-11-09 16:09:46 +00:00
parent fac4babd9d
commit c1f4a8edff
4 changed files with 24 additions and 4 deletions

View file

@ -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;