Skip to content

Commit

Permalink
minor updates to helper usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreg committed Apr 8, 2012
1 parent 8d8fae5 commit e603333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/smartcd_helper
Expand Up @@ -9,9 +9,9 @@ function smartcd_helper() {
# $dir is set in _smartcd, or undefined
_smartcd_exec_file "$HOME/.smartcd/helper/$type/script" "$dir" "$@"
else
echo "helper $type not found"
echo "smartcd: helper $type not found"
fi
;;
*) echo "Usage: smartcd helper ( run )"
*) echo "Usage: smartcd helper run <name> [args...]"
esac
}

0 comments on commit e603333

Please sign in to comment.