Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sinewalker committed Jul 17, 2019
1 parent 2eecd3a commit e403fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/10_meta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Only loads if the file is present. Silently ignores missing files."
function path_add() {
local FUNCDESC='Add an entry to $PATH, but ONLY if dir exists AND not already in $PATH.
If second parameter is specified (and value), PREPEND (to front of $PATH) rather
If second parameter is specified (any value), PREPEND (to front of $PATH) rather
than Append.'
if [[ -z "${1}" ]]; then
usage "${FUNCNAME} directory [prepend]" ${FUNCDESC}
Expand Down
4 changes: 2 additions & 2 deletions source/31_ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ function ssh-pass() {
Each key's passphrase is retrieved from the Unix password store (pass), and
given to ssh-add(1) via the SSH_ASKPASS mechanism. This relies upon the keys
having the same path names in both your key directory (${KEY_DIR}), and your
password store."
having the same path names in both your key directory (${SSH_KEYDIR}), and
your password store."

if test -z ${1}; then
error "${FUNCNAME}: no SSH key specified."
Expand Down

1 comment on commit e403fe3

@sinewalker
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue #50

Please sign in to comment.