diff options
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. |