Skip to content

Commit

Permalink
fix typo: catagory => category
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko authored and Tearran committed Nov 13, 2024
1 parent 0f24c12 commit 34b947a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/armbian-config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/modules/docs/config.docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"]=""
)
Expand Down

0 comments on commit 34b947a

Please sign in to comment.