This commit is contained in:
TomasM
2018-11-23 06:04:59 -05:00
parent edb710c1b3
commit 3149f63a99
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
if [ ! -e "$1" ]; then
echo
echo "Convert .sb compressed module into directory with the same name"
echo "usage: $0 [source_file.sb] [[optional output_directory]]"
echo "Usage: $0 [source_file.sb] [[optional output_directory]]"
echo " If the output_directory is specified, it must exist"
echo " If the output_directory is not specified, the name source_file.sb"
echo " is used and the directory is overmounted with tmpfs"