Browse code

Merge pull request #32887 from albers/completion-remove--init-path

Remove bash completion for `run|create --init-path`

Brian Goff authored on 2017/04/28 02:53:47
Showing 1 changed files
... ...
@@ -1512,7 +1512,6 @@ _docker_container_run_and_create() {
1512 1512
 		--expose
1513 1513
 		--group-add
1514 1514
 		--hostname -h
1515
-		--init-path
1516 1515
 		--ip
1517 1516
 		--ip6
1518 1517
 		--ipc
... ...
@@ -1636,7 +1635,7 @@ _docker_container_run_and_create() {
1636 1636
 			__docker_complete_capabilities_droppable
1637 1637
 			return
1638 1638
 			;;
1639
-		--cidfile|--env-file|--init-path|--label-file)
1639
+		--cidfile|--env-file|--label-file)
1640 1640
 			_filedir
1641 1641
 			return
1642 1642
 			;;