Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Builder Robot
eepm
Commits
d48b23ca
Commit
d48b23ca
authored
Dec 20, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm db: use HELPCMD for help, remove check command
parent
b56002d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
epm-db
bin/epm-db
+5
-12
No files found.
bin/epm-db
View file @
d48b23ca
...
...
@@ -19,15 +19,8 @@
epm_db_help
()
{
message
'
epm db - package database operations
Usage: epm db [command]
Commands:
check check the package database for errors
fix fix the package database (runs check and repair)
locked check if the package database is locked
'
message
"epm db - package database operations"
get_help HELPCMD
$SHAREDIR
/epm-db
}
__epm_check_lock
()
...
...
@@ -86,14 +79,14 @@ epm_db()
shift
case
"
$cmd
"
in
-h
|
--help
|
help
|
""
)
-h
|
--help
|
help
|
""
)
# HELPCMD: print this help
epm_db_help
;;
check|fix
)
fix
)
# HELPCMD: fix the package database
load_helper epm-check
epm_check
"
$@
"
;;
locked
|--locked
)
locked
)
# HELPCMD: check if the package database is locked
epm_db_locked
;;
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment