mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
scripts: Correct help output
Using --image is mandatory if you want that mode. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
d78321d701
commit
29e49155f3
@ -15,12 +15,12 @@ Available modes: --hash and --image
|
|||||||
|
|
||||||
Replace by hash:
|
Replace by hash:
|
||||||
$0 --hash <OLD> <NEW>
|
$0 --hash <OLD> <NEW>
|
||||||
Example: $0 8675309abcdefg abcdef567899
|
Example: $0 --hash 8675309abcdefg abcdef567899
|
||||||
Will replace all instances of 8675309abcdefg with abcdef567899
|
Will replace all instances of 8675309abcdefg with abcdef567899
|
||||||
|
|
||||||
Replace by image: $0 --image <IMAGE> <NEW>
|
Replace by image: $0 --image <IMAGE> <NEW>
|
||||||
$0 --image <IMAGE> <NEW>
|
$0 --image <IMAGE> <NEW>
|
||||||
Example: $0 linuxkit/foo abcdef567899
|
Example: $0 --image linuxkit/foo abcdef567899
|
||||||
Will tag all instances of linuxkit/foo with abcdef567899
|
Will tag all instances of linuxkit/foo with abcdef567899
|
||||||
|
|
||||||
By default, for convenience, if no mode is given (--image or --hash), the first method (--hash) is assumed.
|
By default, for convenience, if no mode is given (--image or --hash), the first method (--hash) is assumed.
|
||||||
|
Loading…
Reference in New Issue
Block a user