Better help
This commit is contained in:
parent
1f35ec1e31
commit
5718fff16e
1 changed files with 5 additions and 5 deletions
10
src/zpkg
10
src/zpkg
|
|
@ -14,16 +14,16 @@ usage ()
|
|||
echo "Operations:"
|
||||
echo " update Update packages"
|
||||
echo " update-database Update only database"
|
||||
echo " install <packages> Install packages"
|
||||
echo " remove <packages> Remove packages"
|
||||
echo " fetch <packages> Fetch packages into current directory"
|
||||
echo " show <packages> Show package files"
|
||||
echo " install <pkg...> Install packages"
|
||||
echo " remove <pkg...> Remove packages"
|
||||
echo " fetch <pkg...> Fetch packages into current directory"
|
||||
echo " show <pkg...> Show package files"
|
||||
echo " list List currently installed packages"
|
||||
echo " list-all List all packages in repository"
|
||||
echo " list-outdated List outdated packages"
|
||||
echo " list-removed List outdated packages"
|
||||
echo "Admin operations:"
|
||||
echo " deploy <path> Deploy target to package server"
|
||||
echo " deploy <path...> Deploy target to package server"
|
||||
echo ""
|
||||
echo "Options:"
|
||||
echo " -h Display this help"
|
||||
|
|
|
|||
Loading…
Reference in a new issue