diff options
author | 2016-02-25 21:42:11 -0500 | |
---|---|---|
committer | 2016-02-25 21:43:11 -0500 | |
commit | a7866f99b7232a7c69e21c4534b2ce812221142a (patch) | |
tree | 6d7f7c537b159d74eb4d680ade65127ffd4f59c3 | |
parent | shell/zsh: refactor repo types args for _repos() (diff) | |
download | pkgcore-a7866f99b7232a7c69e21c4534b2ce812221142a.tar.gz pkgcore-a7866f99b7232a7c69e21c4534b2ce812221142a.tar.bz2 pkgcore-a7866f99b7232a7c69e21c4534b2ce812221142a.zip |
shell/bin/psite: help doc consistency
-rwxr-xr-x | shell/bin/psite | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/bin/psite b/shell/bin/psite index c3ad9f2d0..6c68ddbf8 100755 --- a/shell/bin/psite +++ b/shell/bin/psite @@ -15,8 +15,8 @@ elif [[ $1 == "-h" || $1 == "--help" ]]; then cat <<-EOF psite: open a package's homepage in a browser usage: psite pkg [repo] - example: psite gcc -- open gcc's HOMEPAGE in a browser - example: psite coreutils gentoo -- open the coreutils::gentoo HOMEPAGE + example: psite gcc -- open gcc's homepage + example: psite coreutils gentoo -- open the coreutils::gentoo homepage EOF exit fi |