mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +01:00
jw-pkg: Add command info-projects to help message
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3511b0dc02
commit
51884a3f7e
1 changed files with 13 additions and 12 deletions
|
|
@ -20,18 +20,19 @@ cat << EOT
|
||||||
|
|
||||||
command is one of
|
command is one of
|
||||||
|
|
||||||
help: show this help screen
|
help: show this help screen
|
||||||
init: initialize
|
init: initialize
|
||||||
uninit: undo initialization
|
uninit: undo initialization
|
||||||
install: install packages in [arguments]
|
install: install packages in [arguments]
|
||||||
update: update all jannet software on the system
|
update: update all jannet software on the system
|
||||||
restore: restore a previous jannet software version state
|
restore: restore a previous jannet software version state
|
||||||
info: query information about installed software
|
info: query information about installed software packages
|
||||||
checklog: update the installation log file if necessary
|
info-projects: query information about installed software projects
|
||||||
rpmnew: remove superfluous rpmnew files and show conflicts
|
checklog: update the installation log file if necessary
|
||||||
for others
|
rpmnew: remove superfluous rpmnew files and show conflicts
|
||||||
build-date: show installed jannet packages along with build date
|
for others
|
||||||
built-today: show installed jannet packages that were built today
|
build-date: show installed jannet packages along with build date
|
||||||
|
built-today: show installed jannet packages that were built today
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
if [ "$1" ]; then
|
if [ "$1" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue