Skip to content

Commit

Permalink
Change help text slightly for --env-get-lower and --env-set-lower
Browse files Browse the repository at this point in the history
  • Loading branch information
CLHatch committed Jun 7, 2024
1 parent 6d7ac6c commit 1dbc966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ For regular usage you can run without providing any options.
--env-get=<var>
get the value of a <var>iable in .env (variable name is forced to UPPER CASE)
--env-get-lower=<var>
get the value of a <var>iable in .env (variable name can be Mixed Case)
get the value of a <var>iable in .env
--env-set=<var>,<val>
Set the <val>ue of a <var>iable in .env (variable name is forced to UPPER CASE)
--env-set-lower=<var>,<val>
Set the <val>ue of a <var>iable in .env (variable name can be Mixed Case)
Set the <val>ue of a <var>iable in .env
-f --force
force certain install/upgrade actions to run even if they would not be needed
-h --help
Expand Down

0 comments on commit 1dbc966

Please sign in to comment.