rename out_path -> out_dir for consistency
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								9db2949377
							
						
					
				
			
			
				commit
				
					
						10b27e63ca
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -65,8 +65,9 @@ def commandline():
 | 
				
			||||||
         dest='manifest', required=False)
 | 
					         dest='manifest', required=False)
 | 
				
			||||||
    parser['configinstall'].add_argument('-n', '--dry-run',
 | 
					    parser['configinstall'].add_argument('-n', '--dry-run',
 | 
				
			||||||
         help='Do not execute code', action='store_true')
 | 
					         help='Do not execute code', action='store_true')
 | 
				
			||||||
    parser['configinstall'].add_argument('-o', '--out-path',
 | 
					    parser['configinstall'].add_argument('-o', '--out-dir',
 | 
				
			||||||
         help='Directory prefix to save cdist output in')
 | 
					         help='Directory to save cdist output in',
 | 
				
			||||||
 | 
					         destination="out_path")
 | 
				
			||||||
    parser['configinstall'].add_argument('-p', '--parallel',
 | 
					    parser['configinstall'].add_argument('-p', '--parallel',
 | 
				
			||||||
         help='Operate on multiple hosts in parallel',
 | 
					         help='Operate on multiple hosts in parallel',
 | 
				
			||||||
         action='store_true', dest='parallel')
 | 
					         action='store_true', dest='parallel')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue