|  | @@ -124,10 +124,10 @@ OPTION_LIST = (
 | 
											
												
													
														|  |              action="store_true", dest="detach",
 |  |              action="store_true", dest="detach",
 | 
											
												
													
														|  |              help="Run in the background as a daemon."),
 |  |              help="Run in the background as a daemon."),
 | 
											
												
													
														|  |      optparse.make_option('-u', '--uid', default=None,
 |  |      optparse.make_option('-u', '--uid', default=None,
 | 
											
												
													
														|  | -            action="store", dest="uid",
 |  | 
 | 
											
												
													
														|  | 
 |  | +            action="store", dest="uid", type="int",
 | 
											
												
													
														|  |              help="User-id to run celeryd as when in daemon mode."),
 |  |              help="User-id to run celeryd as when in daemon mode."),
 | 
											
												
													
														|  |      optparse.make_option('-g', '--gid', default=None,
 |  |      optparse.make_option('-g', '--gid', default=None,
 | 
											
												
													
														|  | -            action="store", dest="gid",
 |  | 
 | 
											
												
													
														|  | 
 |  | +            action="store", dest="gid", type="int",
 | 
											
												
													
														|  |              help="Group-id to run celeryd as when in daemon mode."),
 |  |              help="Group-id to run celeryd as when in daemon mode."),
 | 
											
												
													
														|  |      optparse.make_option('--umask', default=0,
 |  |      optparse.make_option('--umask', default=0,
 | 
											
												
													
														|  |              action="store", type="int", dest="umask",
 |  |              action="store", type="int", dest="umask",
 |