latest OSX patches

This commit is contained in:
Jenster 2015-11-20 08:10:59 -08:00
parent 47328a4ec9
commit 699299ae8a
7 changed files with 28 additions and 8 deletions

View file

@ -365,7 +365,11 @@ int RsInit::InitRetroShare(int argcIgnored, char **argvIgnored, bool strictCheck
#ifdef LOCALNET_TESTING
>> parameter('R',"restrict-port" ,portRestrictions ,"port1-port2","Apply port restriction" ,false)
#endif
#ifdef __APPLE__
>> help('h',"help","Display this Help") ;
#else
>> help() ;
#endif
as.defaultErrorHandling(true) ;