Remove references to overlay2 in the code

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-09-28 11:43:15 -04:00
parent 51fc13abf3
commit 1a41d6ecd4
5 changed files with 15 additions and 15 deletions

View file

@ -98,7 +98,7 @@ func main() {
},
cli.StringFlag{
Name: "storage-driver, s",
Usage: "select which storage driver is used to manage storage of images and containers (default is overlay2)",
Usage: "select which storage driver is used to manage storage of images and containers (default is overlay)",
},
cli.StringSliceFlag{
Name: "storage-opt",