diff --git a/docs/ngcpcfg.txt b/docs/ngcpcfg.txt index a3fc2d9e..d0b1c1b5 100644 --- a/docs/ngcpcfg.txt +++ b/docs/ngcpcfg.txt @@ -457,7 +457,7 @@ it will report a warning and exit. Prints the log of local changes. Expand all changes if '-p' option is specified. - **patch** [--help | --from-customtt [] | ]:: + **patch** [--help | --from-customtt [] | ]:: Generate customtt files using default templates and patchtt files. Using patchtt files automates template updating and simplifies customtt management. diff --git a/scripts/patch b/scripts/patch index f395bdcd..2afb7eea 100755 --- a/scripts/patch +++ b/scripts/patch @@ -28,7 +28,7 @@ patch_help() { log_info "The option '--from-customtt' simplifies migration from customtt to patchtt." log_info "" log_info "Sample:" - log_info " ngcpcfg patch [--help | --from-customtt [] | ]" + log_info " ngcpcfg patch [--help | --from-customtt [] | ]" log_info "" log_info "Run 'man ngcpcfg' for more information." }