enable-beta -> beta
This commit is contained in:
		
					parent
					
						
							
								d17c517a0c
							
						
					
				
			
			
				commit
				
					
						6d765c1ff7
					
				
			
		
					 3 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -36,7 +36,7 @@ _cdist()
 | 
				
			||||||
            return 0
 | 
					            return 0
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
        config|install)
 | 
					        config|install)
 | 
				
			||||||
            opts="-h --help -d --debug -v --verbose -b --enable-beta \
 | 
					            opts="-h --help -d --debug -v --verbose -b --beta \
 | 
				
			||||||
                -c --conf-dir -f --file -i --initial-manifest -j --jobs \
 | 
					                -c --conf-dir -f --file -i --initial-manifest -j --jobs \
 | 
				
			||||||
                -n --dry-run -o --out-dir -p --parallel -s --sequential \
 | 
					                -n --dry-run -o --out-dir -p --parallel -s --sequential \
 | 
				
			||||||
                --remote-copy --remote-exec"
 | 
					                --remote-copy --remote-exec"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -36,7 +36,7 @@ _cdist()
 | 
				
			||||||
                    esac
 | 
					                    esac
 | 
				
			||||||
                    ;;
 | 
					                    ;;
 | 
				
			||||||
                config|install)
 | 
					                config|install)
 | 
				
			||||||
                    opts=(-h --help -d --debug -v --verbose -b --enable-beta -c --conf-dir -f --file -i --initial-manifest -j --jobs -n --dry-run -o --out-dir -p --parallel -s --sequential --remote-copy --remote-exec)
 | 
					                    opts=(-h --help -d --debug -v --verbose -b --beta -c --conf-dir -f --file -i --initial-manifest -j --jobs -n --dry-run -o --out-dir -p --parallel -s --sequential --remote-copy --remote-exec)
 | 
				
			||||||
                    compadd "$@" -- $opts
 | 
					                    compadd "$@" -- $opts
 | 
				
			||||||
                    ;;
 | 
					                    ;;
 | 
				
			||||||
               *)
 | 
					               *)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -69,10 +69,11 @@ CONFIG/INSTALL
 | 
				
			||||||
--------------
 | 
					--------------
 | 
				
			||||||
Configure/install one or more hosts.
 | 
					Configure/install one or more hosts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. option:: -b, --enable-beta
 | 
					.. option:: -b, --beta
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Enable beta functionalities. Beta functionalities include the
 | 
					    Enable beta functionalities.
 | 
				
			||||||
    following options: -j/--jobs.
 | 
					    
 | 
				
			||||||
 | 
					    Can also be enabled using CDIST_BETA env var.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. option:: -c CONF_DIR, --conf-dir CONF_DIR
 | 
					.. option:: -c CONF_DIR, --conf-dir CONF_DIR
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue