Subversion Repositories Kolibri OS

Rev

Rev 8327 | Rev 8518 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8327 Rev 8331
Line 174... Line 174...
174
*/
174
*/
175
	FILE* root = NULL;
175
	FILE* root = NULL;
176
	int gdbPort = 0;
176
	int gdbPort = 0;
Line 177... Line 177...
177
	
177
	
178
	if(argc != 3 && argc != 2){
178
	if(argc != 3 && argc != 2){
179
		fprintf(stderr,"usage: %s path_to_disk [gdbPort]\n", argv[0]);
179
		fprintf(stdout,"usage: %s path_to_disk [gdbPort]\n", argv[0]);
180
		return -1;	
180
		return 0;	
Line 181... Line 181...
181
	}
181
	}
182
	
182
	
183
	//setup the terminal
183
	//setup the terminal