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
etersoft
eepm
Commits
b6795382
Commit
b6795382
authored
May 04, 2024
by
Boria138
Committed by
Vitaly Lipatov
Nov 09, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm: fix --help argument (eterbug #17319)
parent
c28ba69d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
epm
bin/epm
+5
-6
No files found.
bin/epm
View file @
b6795382
...
...
@@ -88,23 +88,22 @@ check_tty
phelp
()
{
echo
"
$Descr
$Usage
"
$Usage
message
"Options:"
$(
message
"Options:"
)
$(
get_help HELPOPT
)
message
"Short commands:"
$(
message
"Short commands:"
)
$(
get_help HELPSHORT
)
$(
get_help HELPCMD
)
message
"
$(
message
"
Examples:
$
epmi etckeeper install etckeeper package
$
epmqp lib print out all installed packages with 'lib' in a name
$
epmqf ip print out a package the command 'ip' from is
"
"
)
"
}
print_version
()
...
...
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