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

Add "help" sub option to --*-options.

This commit is contained in:
Werner Koch 2005-09-07 15:53:03 +00:00
parent 039c27f153
commit 9a2a2904cc
4 changed files with 22 additions and 1 deletions

View file

@ -156,6 +156,7 @@ get_manufacturer (unsigned int no)
case 0:
case 0xffff: return "test card";
case 0x0001: return "PPC Card Systems";
case 0x0002: return "Prism";
default: return "unknown";
}
}