From 07f9919628a21cd28a0d2a9ba58cd74e58fe62e8 Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Mon, 1 Jun 2020 23:46:20 +0200 Subject: [PATCH] fix docs --- README.md | 4 +++- flavor | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 355cc81..4c57b6d 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,18 @@ A repository of different types of containers based on `d.xr.to/base`, A list ca Building of images is done by `flavor` a simple perl5 tool which automatically creates a dependency graph of containers and runs the builds in parallel if possible. ``` -flavor [-h] [-r ] [-x ] [-o] [-j ] [-p] [all|images...] +flavor [-h] [-r ] [-x ] [-o] [-j ] [-i] [-p] [all|images...] Build Docker images with dependency graphing Options: -x Comma separated list of images not to rebuild in chain + -n Noop, don't actually build. -o Only build given images, don't build parents -r Which repo or prefix to use, default: d.xr.to -p Push image after building -j How many builds should run at the same time, default: 4 + -i Use img instead of docker -h Show this help ``` diff --git a/flavor b/flavor index d797d49..ebad227 100755 --- a/flavor +++ b/flavor @@ -191,7 +191,7 @@ sub create_graph { sub usage() { print <<'HELP' -flavor [-h] [-r ] [-x ] [-o] [-j ] [-p] [all|images...] +flavor [-h] [-r ] [-x ] [-o] [-j ] [-i] [-p] [all|images...] Build Docker images with dependency graphing