From 8b8795bd127d71739380a155bf7f8dbd0e50d23d Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Thu, 8 Aug 2024 01:01:39 +0900 Subject: [PATCH] Update Usage --- README.md | 2 +- src/shdotenv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eb6cec..c4e9c57 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/shdotenv b/src/shdotenv index 7393c38..0f05ebb 100755 --- a/src/shdotenv +++ b/src/shdotenv @@ -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" \