Skip to content

Commit

Permalink
Update Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 7, 2024
1 parent dc8e98d commit 8b8795b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Options:
--version Show the version and exit
--help Show this message and exit
Usage: shdotenv export [-0] [-n | -v] [-p] [--] [NAME]...
Usage: shdotenv [OPTION]... export [-0] [-n | -v] [-p] [-s] [--] [NAME]...
Exports environment variables. Default output is POSIX-compliant .env format.
-0 end each output line with NUL, not newline
Expand Down
2 changes: 1 addition & 1 deletion src/shdotenv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ usage() {
" --version Show the version and exit" \
" --help Show this message and exit" \
"" \
"Usage: shdotenv export [-0] [-n | -v] [-p] [--] [NAME]..." \
"Usage: shdotenv [OPTION]... export [-0] [-n | -v] [-p] [-s] [--] [NAME]..." \
" Exports environment variables. Default output is POSIX-compliant .env format." \
"" \
" -0 end each output line with NUL, not newline" \
Expand Down

0 comments on commit 8b8795b

Please sign in to comment.