Skip to content
Snippets Groups Projects
Commit c3698ff5 authored by deuce's avatar deuce
Browse files

Remove -id option from help.

Change order of variables to match the comments.
parent 1e53a59c
No related branches found
No related tags found
No related merge requests found
...@@ -1899,13 +1899,14 @@ int main(int argc, char** argv) { ...@@ -1899,13 +1899,14 @@ int main(int argc, char** argv) {
int last, newlast; int last, newlast;
user_t user; user_t user;
int edtuser=0; int edtuser=0;
int ciolib_mode=CIOLIB_MODE_AUTO;
/******************/ /******************/
/* Ini file stuff */ /* Ini file stuff */
/******************/ /******************/
char ini_file[MAX_PATH+1]; char ini_file[MAX_PATH+1];
FILE* fp; FILE* fp;
bbs_startup_t bbs_startup; bbs_startup_t bbs_startup;
int ciolib_mode=CIOLIB_MODE_AUTO;
sscanf("$Revision$", "%*s %s", revision); sscanf("$Revision$", "%*s %s", revision);
...@@ -2017,7 +2018,6 @@ int main(int argc, char** argv) { ...@@ -2017,7 +2018,6 @@ int main(int argc, char** argv) {
" W = Win32 native mode\r\n" " W = Win32 native mode\r\n"
#endif #endif
" A = ANSI mode\r\n" " A = ANSI mode\r\n"
" D = standard input/output/door mode\r\n"
"-l# = set screen lines to #\n" "-l# = set screen lines to #\n"
,argv[0] ,argv[0]
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment