aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-12-26 17:54:44 -0500
committertdro <tdro@users.noreply.github.com>2022-12-26 17:54:44 -0500
commitda9a1e5ca2064208180ed931ab953098d94213c9 (patch)
treed1ad63755c34d1b55a56d7c9f48662322b8e97f2 /.local
parent3cd44eaf17abe342e0f5c097428f17440fa875db (diff)
downloaddotfiles-da9a1e5ca2064208180ed931ab953098d94213c9.tar.gz
dotfiles-da9a1e5ca2064208180ed931ab953098d94213c9.tar.bz2
dotfiles-da9a1e5ca2064208180ed931ab953098d94213c9.zip
.local/bin/lxc-build: Remove missing flags from help output
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/lxc-build12
1 files changed, 0 insertions, 12 deletions
diff --git a/.local/bin/lxc-build b/.local/bin/lxc-build
index c9e41f5..9e6b5eb 100755
--- a/.local/bin/lxc-build
+++ b/.local/bin/lxc-build
@@ -17,14 +17,6 @@ help = unlines
, ""
, "SYNOPSIS"
, ""
- , " Create an lxc container named rockylinux with the specified Dockerfile"
- , ""
- , " lxc-build --name rockylinux rockylinux8.dockerfile"
- , ""
- , " Start the container after building"
- , ""
- , " lxc-build --start --name rockylinux rockylinux8.dockerfile"
- , ""
, " Replace a container of the same name with the new build"
, ""
, " lxc-build --replace --name rockylinux rockylinux8.dockerfile"
@@ -35,11 +27,7 @@ help = unlines
, ""
, "COMMANDS"
, ""
- , " -n, -name, --name The container name"
- , " -c, -create, --create Create the container"
, " -h, -help, --help Shows this help menu"
- , " -u, -user-map, --user-map User mapping id"
- , " -g, -group-map, --group-map Group mapping id"
, " -r, -replace, --replace Replace container with new build"
, " -v, -version, --version Prints program version"
]