Skip to content

Commit

Permalink
Updated portal help to include a mention of the optional sub-direcory…
Browse files Browse the repository at this point in the history
… functionality
  • Loading branch information
80sVectorz committed Dec 25, 2021
1 parent 936828b commit 73f1e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ arg1="$(tr "[A-Z]" "[a-z]" <<< "$1")"
function portal_help {
echo "Portal is an application that lets you easily go back to different directories in style."
echo "Ussage:"
echo " portal to PORTAL_ALIAS | Is used to portal to a specific portal."
echo " portal to PORTAL_ALIAS/OPTIONAL_SUB-DIRECTORY | Is used to portal to a specific portal."
echo " portal -m/--make PORTAL_ALIAS | Is used to make a portal at that the current directory."
echo " portal -o/--overwrite | Is used to overwrite an existing portal."
echo " portal -r/--remove PORTAL_ALIAS | Is used to remove a portal."
Expand Down

0 comments on commit 73f1e7a

Please sign in to comment.