Skip to content

Commit

Permalink
Fix install help message (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasolca authored Feb 5, 2024
1 parent 7f34293 commit 6aed192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function usage {
echo "Usage: install [--prefix=] [--yes] [--help]"
echo ""
echo "--prefix : the installation path (default /opt/uenv)"
echo "--user : install locally for this user (default prefix \$HOME/.local)"
echo "--local : install locally for this user (default prefix \$HOME/.local)"
echo "--yes : default response to all queries is yes"
echo "--help : print this message"
}
Expand Down

0 comments on commit 6aed192

Please sign in to comment.