Show R2PM_ variable values in r2pm -h

This commit is contained in:
pancake 2018-08-08 16:51:19 +02:00
parent 66e1e1e415
commit b32a675371

View File

@ -670,11 +670,11 @@ Commands:
cache cache contents of r2 -H to make r2pm r2-independent
Environment:
SUDO=sudo use this tool as sudo
R2PM_PLUGDIR=~/.local/share/radare2/plugins # default value, home-install for plugins
R2PM_BINDIR=~/.local/share/radare2/prefix/bin # bindir in r2's PATH
R2PM_PLUGDIR=/usr/lib/radare2/last/ # for system-wide plugin installs
R2PM_DBDIR=~/.local/share/radare2/r2pm/db # location of the db
R2PM_GITDIR=~/.local/share/radare2/r2pm/git # cloned git repositories
R2PM_PLUGDIR=${R2PM_PLUGDIR}
R2PM_BINDIR=${R2PM_BINDIR}
R2PM_PLUGDIR=${R2PM_PLUGDIR}
R2PM_DBDIR=${R2PM_DBDIR}
R2PM_GITDIR=${R2PM_GITDIR}
HELP
;;
esac