Skip to content

Commit

Permalink
add '[packages]' to args/flags that can take package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Crilum committed Apr 2, 2022
1 parent a89ea5f commit ca7808c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -299,16 +299,16 @@ ${WHITE}Usage: ${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}OPTIONS${NC}${WHITE}
These are the available options/arguments for ${CYAN}${BOLD}update${NC}${WHITE}:
${CYAN}${BOLD}update${YELLOW}${BOLD}apt · -a · --apt${NC} ${WHITE}Updates apps with Apt
${CYAN}${BOLD}update ${YELLOW}${BOLD}all · -A · --all${NC} ${WHITE}Updates apps on all installed package managers and/or app stores that are supported ${NC}- ${LIRED}Note: This option does not update NPM packages because this can cause some trouble.
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pi-apps · -p · --pi-apps${NC} ${WHITE}Updates Pi-Apps, and apps installed with Pi-Apps
${CYAN}${BOLD}update ${YELLOW}${BOLD}npm · -n · --npm${NC} ${WHITE}Updates all npm packages
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}snaps · -s · --snaps${NC} ${WHITE}Updates snaps with snapd
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}flatpak · -f · --flatpak${NC} ${WHITE}Updates flatpak build instances
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}homebrew · -H · --homebrew${NC} ${WHITE}Updates apps installed with Homebrew
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pacman · -c · --pacman ${NC} ${WHITE}Updates apps installed with pacman
${CYAN}${BOLD}update ${YELLOW}${BOLD}self-update · -u · --self-update${NC} ${WHITE}Updates the ${CYAN}${BOLD}update ${WHITE}script
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}help · -h · --help${NC} ${WHITE}Displays this help
${CYAN}${BOLD}update${YELLOW}${BOLD} apt · -a · --apt [packages]${NC} ${WHITE}Updates apps with Apt
${CYAN}${BOLD}update ${YELLOW}${BOLD}all · -A · --all${NC} ${WHITE}Updates apps on all installed package managers and/or app stores that are supported ${NC}- ${LIRED}Note: This option does not update NPM packages because this can cause some trouble.
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pi-apps · -p · --pi-apps${NC} ${WHITE}Updates Pi-Apps, and apps installed with Pi-Apps
${CYAN}${BOLD}update ${YELLOW}${BOLD}npm · -n · --npm [packages]${NC} ${WHITE}Updates all npm packages
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}snaps · -s · --snaps [snaps]${NC} ${WHITE}Updates snaps with snapd
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}flatpak · -f · --flatpak [packages]${NC} ${WHITE}Updates flatpak build instances
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}homebrew · -H · --homebrew${NC} ${WHITE}Updates apps installed with Homebrew
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pacman · -c · --pacman [packages] ${NC}${WHITE}Updates apps installed with pacman
${CYAN}${BOLD}update ${YELLOW}${BOLD}self-update · -u · --self-update${NC} ${WHITE}Updates the ${CYAN}${BOLD}update ${WHITE}script
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}help · -h · --help${NC} ${WHITE}Displays this help
${LIRED}Note: This script is not meant to be used as root. Please don't use sudo.${NC}
Expand All @@ -320,16 +320,16 @@ ${WHITE}Usage: ${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}OPTIONS${NC}${WHITE}
These are the available options/arguments for ${CYAN}${BOLD}update${NC}${WHITE}:
${CYAN}${BOLD}update${YELLOW}${BOLD} apt · -a · --apt${NC} ${WHITE}Updates apps with Apt
${CYAN}${BOLD}update ${YELLOW}${BOLD}all · -A · --all${NC} ${WHITE}Updates apps on all installed package managers and/or app stores that are supported ${NC}- ${LIRED}Note: This option does not update NPM packages because this can cause some trouble.
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pi-apps · -p · --pi-apps${NC} ${WHITE}Updates Pi-Apps, and apps installed with Pi-Apps
${CYAN}${BOLD}update ${YELLOW}${BOLD}npm · -n · --npm${NC} ${WHITE}Updates all npm packages
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}snaps · -s · --snaps${NC} ${WHITE}Updates snaps with snapd
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}flatpak · -f · --flatpak${NC} ${WHITE}Updates flatpak build instances
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}homebrew · -H · --homebrew${NC} ${WHITE}Updates apps installed with Homebrew
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pacman · -c · --pacman ${NC} ${WHITE}Updates apps installed with pacman
${CYAN}${BOLD}update ${YELLOW}${BOLD}self-update · -u · --self-update${NC} ${WHITE}Updates the ${CYAN}${BOLD}update ${WHITE}script
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}help · -h · --help${NC} ${WHITE}Displays this help
${CYAN}${BOLD}update${YELLOW}${BOLD} apt · -a · --apt [packages]${NC} ${WHITE}Updates apps with Apt
${CYAN}${BOLD}update ${YELLOW}${BOLD}all · -A · --all${NC} ${WHITE}Updates apps on all installed package managers and/or app stores that are supported ${NC}- ${LIRED}Note: This option does not update NPM packages because this can cause some trouble.
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pi-apps · -p · --pi-apps${NC} ${WHITE}Updates Pi-Apps, and apps installed with Pi-Apps
${CYAN}${BOLD}update ${YELLOW}${BOLD}npm · -n · --npm${NC} ${WHITE}Updates all npm packages
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}snaps · -s · --snaps [snaps]${NC} ${WHITE}Updates snaps with snapd
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}flatpak · -f · --flatpak [packages] ${NC}${WHITE}Updates flatpak build instances
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}homebrew · -H · --homebrew${NC} ${WHITE}Updates apps installed with Homebrew
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}pacman · -c · --pacman [packages] ${NC}${WHITE}Updates apps installed with pacman
${CYAN}${BOLD}update ${YELLOW}${BOLD}self-update · -u · --self-update${NC} ${WHITE}Updates the ${CYAN}${BOLD}update ${WHITE}script
${CYAN}${BOLD}update${NC} ${YELLOW}${BOLD}help · -h · --help${NC} ${WHITE}Displays this help
${LIRED}Note: This script is not meant to be used as root. Please don't use sudo.${NC}
"
Expand Down

0 comments on commit ca7808c

Please sign in to comment.