From 3149f63a9923e80b769e836402f08f0cb6bf7163 Mon Sep 17 00:00:00 2001 From: TomasM Date: Fri, 23 Nov 2018 06:04:59 -0500 Subject: [PATCH] ... --- Slax/debian/rootcopy/usr/bin/dir2sb | 2 -- Slax/debian/rootcopy/usr/bin/sb2dir | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Slax/debian/rootcopy/usr/bin/dir2sb b/Slax/debian/rootcopy/usr/bin/dir2sb index 8327970..16c87ea 100755 --- a/Slax/debian/rootcopy/usr/bin/dir2sb +++ b/Slax/debian/rootcopy/usr/bin/dir2sb @@ -4,9 +4,7 @@ usage() { echo "" - echo "---" echo "Convert directory to .sb compressed module" - echo "" echo "Usage: $0 [source_directory.sb] [[target_file.sb]]" echo " If source_directory does not have .sb suffix and it is not 'squashfs-root'," echo " then the source_directory itself is included in the module and" diff --git a/Slax/debian/rootcopy/usr/bin/sb2dir b/Slax/debian/rootcopy/usr/bin/sb2dir index 7aef4ef..4f580ec 100755 --- a/Slax/debian/rootcopy/usr/bin/sb2dir +++ b/Slax/debian/rootcopy/usr/bin/sb2dir @@ -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"