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
Vladislav
eepm
Commits
3795c16f
Commit
3795c16f
authored
Apr 21, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: add hints about possible --help
parent
3ae46959
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
epm
bin/epm
+5
-5
No files found.
bin/epm
View file @
3795c16f
...
...
@@ -279,7 +279,7 @@ check_command()
epm_cmd
=
packages
direct_args
=
1
;;
list
)
# HELPCMD: print list of packages
list
)
# HELPCMD: print list of packages
(see epm list --help)
epm_cmd
=
list
direct_args
=
1
;;
...
...
@@ -320,7 +320,7 @@ check_command()
epm_cmd
=
removerepo
direct_args
=
1
;;
repo
)
# HELPCMD: manipulate with repository list (
run epm repo --help to
help)
repo
)
# HELPCMD: manipulate with repository list (
see epm repo --
help)
epm_cmd
=
repo
direct_args
=
1
;;
...
...
@@ -365,7 +365,7 @@ check_command()
epm_cmd
=
mark
direct_args
=
1
;;
history
)
# HELPCMD: show a log of actions taken by the software management
history
)
# HELPCMD: show a log of actions taken by the software management
(see epm history --help)
epm_cmd
=
history
direct_args
=
1
;;
...
...
@@ -407,14 +407,14 @@ check_command()
epm_cmd
=
print
direct_args
=
1
;;
tool
)
# HELPCMD: run embedded tool (
f.i., epm tool eget
)
tool
)
# HELPCMD: run embedded tool (
see epm tool --help
)
epm_cmd
=
tool
direct_args
=
1
;;
repack
)
# HELPCMD: repack rpm to local compatibility
epm_cmd
=
repack
;;
pack
)
# HELPCMD: pack tarball or dir to a rpm package
pack
)
# HELPCMD: pack tarball or dir to a rpm package
epm_cmd
=
pack
direct_args
=
1
;;
...
...
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