From 4fb339ef364857e4a5d611492fdcc77cd0dd9397 Mon Sep 17 00:00:00 2001 From: iPagar Date: Fri, 8 Jul 2022 23:56:08 +0400 Subject: [PATCH] fix docs cli commands --- docs/pages/docs/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/docs/cli.md b/docs/pages/docs/cli.md index 607ec67df..84ec6bcf0 100644 --- a/docs/pages/docs/cli.md +++ b/docs/pages/docs/cli.md @@ -27,8 +27,8 @@ nixpacks build --help | | | | :-------------------------- | :------------------------------------------------------------- | | `--install-cmd `, `-i` | Specify the install command | -| `--build-cmd `, `-b` | Specify the buildcommand | -| `--start-cmd `, `-s` | Specify the install command | +| `--build-cmd `, `-b` | Specify the build command | +| `--start-cmd `, `-s` | Specify the start command | | `--name ` | Name for the built image | | `--env ` | Provide environment variables to your build. | | `--pkgs `, `-p` | Provide additional Nix packages to install in the environment |