diff options
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) |