diff options
author | Werner Koch <[email protected]> | 2010-03-24 12:15:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-24 12:15:30 +0000 |
commit | f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d (patch) | |
tree | ce173438e276aa2ac40a254e557219ce1a25ba23 /common/init.c | |
parent | Reorganized the exechelp code. (diff) | |
download | gnupg-f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d.tar.gz gnupg-f080b353ed4ea5c16ad3fda79497a0ebe3be9a7d.zip |
More changes for CE. gpgsm does now build and run a keylisting.
Diffstat (limited to 'common/init.c')
-rw-r--r-- | common/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/init.c b/common/init.c index d818856dd..9023c8db9 100644 --- a/common/init.c +++ b/common/init.c @@ -101,7 +101,7 @@ init_common_subsystems (int *argcp, char ***argvp) SetStdioPath set and restore game. The caller needs to pass the rendezvous ids using up to three options: - -&S0=<handle> -&S1=<handle> -&S2=<handle> + -&S0=<rvid> -&S1=<rvid> -&S2=<rvid> They are all optional but they must be the first arguments on the command line. Parsing stops as soon as an invalid option is found. |