diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 3d67fdb3..26ae1da6 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -717,7 +717,7 @@ These helper functions facilitate various operations related to job management, | Show the usage of the functions. | see_use | @Tearran | Install Desktop environment | manage_desktops xfce install | @igorpecovnik | Set system shell to BASH | manage_zsh enable|disable | @igorpecovnik -| Generate a Help message for cli commands. | see_cmd_list [catagory] | @Tearran +| Generate a Help message for cli commands. | see_cmd_list [category] | @Tearran | Revert network config back to Armbian defaults | default_network_config | @igorpecovnik | freeze, unhold, reinstall armbian related packages. | armbian_fw_manipulate unhold/freeze/reinstall | @igorpecovnik | Check the internet connection with fallback DNS | see_ping | @Tearran diff --git a/bin/armbian-config b/bin/armbian-config index dbc05ff4..d3d74c07 100755 --- a/bin/armbian-config +++ b/bin/armbian-config @@ -66,7 +66,7 @@ case "$1" in echo "Usage: armbian-config --[option] Options: - --help [catagory] Use [catagory] to filter specific menu options. + --help [category] Use [category] to filter specific menu options. --cmd [option] Run a command from the menu (simple) --api [option] Run a helper command (advanced) --doc Generate the README.md file diff --git a/tools/modules/docs/config.docs.sh b/tools/modules/docs/config.docs.sh index 5cd9eb9f..fcd4dcf4 100644 --- a/tools/modules/docs/config.docs.sh +++ b/tools/modules/docs/config.docs.sh @@ -456,7 +456,7 @@ module_options+=( ["see_cmd_list,ref_link"]="" ["see_cmd_list,feature"]="see_cmd_list" ["see_cmd_list,desc"]="Generate a Help message for cli commands." - ["see_cmd_list,example"]="see_cmd_list [catagory]" + ["see_cmd_list,example"]="see_cmd_list [category]" ["see_cmd_list,status"]="review" ["see_cmd_list,doc_link"]="" )