diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-15 09:30:34 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-15 09:30:34 +0200 |
commit | 3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03 (patch) | |
tree | ded02b6ed599a8f37164f20c7ff5391ed8123b6a /modules | |
parent | 1349977100fb53d3b7e9a3722755d4e2321f9521 (diff) | |
download | arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.gz arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.bz2 arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.zip |
Settings directory properly set up during installation now
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/mixtapes/main.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mixtapes/main.sh b/modules/mixtapes/main.sh index 9748cd3..27616d0 100755 --- a/modules/mixtapes/main.sh +++ b/modules/mixtapes/main.sh @@ -5,8 +5,8 @@ ## Usage: ## ## -a <artist> <title> <file> Adds a file with tags artist and title -## -h , --help -## -s , --specs +## -h, --help Prints this help message +## -s, --specs ## # We can extend it by calling the _ak_zblock_pack.sh mixtape/add data ## ORIGINAL LINE fullprogrampath="$(realpath $0)" |