diff --git a/tildepath.sh b/tildepath.sh index 50b1b9e..888125b 100644 --- a/tildepath.sh +++ b/tildepath.sh @@ -3,7 +3,6 @@ dir=${1:-"$PWD"} busybox sh -c ' if test "$dir";then if test "$dir" = "--help";then echo "replaces /home/ with ~ making friendlier paths."; - echo "files relative to current directory"; else true fi;