feat: print homedir in help
This commit is contained in:
parent
df6fe7eec5
commit
b4b5d888b1
1 changed files with 1 additions and 1 deletions
2
instalee
2
instalee
|
@ -107,7 +107,7 @@ version=$(printf "$name r%s.%s%s" "$(git rev-list --count HEAD 2>/dev/null)" "$(
|
|||
while true
|
||||
do case "$1" in
|
||||
(-V|--version|"")
|
||||
printf "$version\nTry '$0 --help' or 'man $name' for usage info\n" >&2
|
||||
printf "$version\nHomedir: $dir_home\nTry '$0 --help' or 'man $name' for usage info\n" >&2
|
||||
# TODO license https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html#g_t_002d_002dversion
|
||||
exit 0
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue