mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
jw-pkg info-projects: Rename to list-xxx
Rename jw-pkg commands "info" and "info-projects" to "list-info" and "list-projects", respectively. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
a1183a216e
commit
3e95eb58e3
2 changed files with 6 additions and 6 deletions
|
|
@ -22,8 +22,8 @@ cat << EOT
|
|||
install: install packages in [arguments]
|
||||
update: update all jannet software on the system
|
||||
restore: restore a previous jannet software version state
|
||||
info: query information about installed software packages
|
||||
info-projects: query information about installed software projects
|
||||
list: query information about installed software packages
|
||||
list-projects: query information about installed software projects
|
||||
checklog: update the installation log file if necessary
|
||||
rpmnew: remove superfluous rpmnew files and show conflicts
|
||||
for others
|
||||
|
|
@ -311,14 +311,14 @@ checklog)
|
|||
line=`jannet info | tr -s " "`
|
||||
echo $line
|
||||
;;
|
||||
info)
|
||||
list)
|
||||
if [ "$opt_verbose" = true ]; then
|
||||
list_packages "$@" | xargs -r rpm -qi
|
||||
else
|
||||
list_packages "$@" | xargs -r rpm -q
|
||||
fi
|
||||
;;
|
||||
info-projects)
|
||||
list-projects)
|
||||
list_projects "$@"
|
||||
;;
|
||||
cpp-glib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue