Minor sentence fixes.
This commit is contained in:
		
					parent
					
						
							
								69f3759a89
							
						
					
				
			
			
				commit
				
					
						1b37b9fbb1
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -111,7 +111,7 @@ EXAMPLES
 | 
				
			||||||
    --remote-copy /path/to/my/remote/copy \
 | 
					    --remote-copy /path/to/my/remote/copy \
 | 
				
			||||||
    -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch
 | 
					    -p ikq02.ethz.ch ikq03.ethz.ch ikq04.ethz.ch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Configure hosts in parallel by reading hosts from file loadbalancers
 | 
					# Configure hosts read from file loadbalancers
 | 
				
			||||||
% cdist config -f loadbalancers
 | 
					% cdist config -f loadbalancers
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Display banner
 | 
					# Display banner
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -85,7 +85,7 @@ def commandline():
 | 
				
			||||||
    parser['config'] = parser['sub'].add_parser('config',
 | 
					    parser['config'] = parser['sub'].add_parser('config',
 | 
				
			||||||
        parents=[parser['loglevel']])
 | 
					        parents=[parser['loglevel']])
 | 
				
			||||||
    parser['config'].add_argument('host', nargs='*',
 | 
					    parser['config'].add_argument('host', nargs='*',
 | 
				
			||||||
        help='one or more hosts to operate on')
 | 
					        help='host(s) to operate on')
 | 
				
			||||||
    parser['config'].add_argument('-c', '--conf-dir',
 | 
					    parser['config'].add_argument('-c', '--conf-dir',
 | 
				
			||||||
         help=('Add configuration directory (can be repeated, '
 | 
					         help=('Add configuration directory (can be repeated, '
 | 
				
			||||||
             'last one wins)'), action='append')
 | 
					             'last one wins)'), action='append')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue