Commit 8564117c authored by Vitaly Lipatov's avatar Vitaly Lipatov

add entries about config file and autodetection overrides to man pages

parent 95e17749
...@@ -32,6 +32,11 @@ Display help ...@@ -32,6 +32,11 @@ Display help
.TP .TP
.I -V .I -V
Show version and exit Show version and exit
.SH CONFIG
TODO: epm reads /etc/eepm/serv.conf so you can leave your default options there.
.SH ENV
You can override used service system via FORCESERVICE environment variable.
supported service systems: systemd, service-chkconfig, service-update, runit, service-initd
.SH BUGS .SH BUGS
Please report any bugs to lav@etersoft.ru Please report any bugs to lav@etersoft.ru
.SH EXIT STATUS .SH EXIT STATUS
......
...@@ -83,13 +83,20 @@ activate verbose output, mainly useful for debugging. ...@@ -83,13 +83,20 @@ activate verbose output, mainly useful for debugging.
.TP .TP
.I --force .I --force
force operation force operation
.SH CONFIG
TODO: epm reads /etc/eepm/eepm.conf so you can leave your default options there.
.SH ENV
You can override used system package manager via FORCEPM environment variable.
autodetected PM: apt-rpm, apt-dpkg, urpm-rpm, pkgsrc, emerge, pacman, yum-rpm, slackpkg, zypper-rpm, conary, chocolatey, homebrew, opkg, guix, android, aptcyg, apk, tce, xbps
not autodetected PM: npackd, pkgng, deepsolver-rpm, packagekit
.SH BUGS .SH BUGS
Please report any bugs to lav@etersoft.ru Please report any bugs to lav@etersoft.ru
.SH EXIT STATUS .SH EXIT STATUS
.B any epm command .B any epm command
will return zero on success and non zero on operation failure. will return zero on success and non zero on operation failure.
.SH SEE ALSO .SH SEE ALSO
.BR cerv (1), erc (1) .BR serv (1), erc (1)
.TP .TP
.B http://wiki.etersoft.ru/eepm .B http://wiki.etersoft.ru/eepm
EEPM wiki page EEPM wiki page
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment