| 
					
				 | 
			
			
				@@ -1011,7 +1011,9 @@ class Archiver: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                           help='start repository server process') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subparser.set_defaults(func=self.do_serve) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subparser.add_argument('--restrict-to-path', dest='restrict_to_paths', action='append', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                               metavar='PATH', help='restrict repository access to PATH') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                               metavar='PATH', help='restrict repository access to PATH. ' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                    'Can be specified multiple times to allow the client access to several directories. ' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                                    'Access to all sub-directories is granted implicitly; PATH doesn\'t need to directly point to a repository.') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         subparser.add_argument('--append-only', dest='append_only', action='store_true', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                help='only allow appending to repository segment files') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         init_epilog = textwrap.dedent(""" 
			 |