diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 05:44:59 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-06-24 05:44:59 +0300 |
commit | a1583cc6041ae6239bf8e32ccadd11b0b79b4c79 (patch) | |
tree | 59cdf17d48415e58d75d1da0d6f0426c10beec5d /bin | |
parent | 55626cf414f947be0ce5c8300f97f99421c2e222 (diff) | |
download | arching-kaos-tools-a1583cc6041ae6239bf8e32ccadd11b0b79b4c79.tar.gz arching-kaos-tools-a1583cc6041ae6239bf8e32ccadd11b0b79b4c79.tar.bz2 arching-kaos-tools-a1583cc6041ae6239bf8e32ccadd11b0b79b4c79.zip |
minor updates (help format)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ak-tempassin | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/ak-tempassin b/bin/ak-tempassin index 42042f7..e455f53 100755 --- a/bin/ak-tempassin +++ b/bin/ak-tempassin @@ -4,12 +4,11 @@ ## ## Usage: ## -## -h, --help Prints this help message +## -h, --help Prints this help message ## -## -f, --file Creates a temporary file and output fullpath +## -f, --file Creates a temporary file and output fullpath ## -## -d, --dir Makes a temporary directory and returns its -## fullpath +## -d, --dir Makes a temporary directory and returns its fullpath ## fullprogrampath="$(realpath $0)" PROGRAM=$(basename $0) |