aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu2
1 files changed, 2 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index dc4de79..58c0188 100755
--- a/squashfu
+++ b/squashfu
@@ -169,6 +169,8 @@ query_usage () {
printf "%25s %10.2f MiB\n" "Bin $bin" $(echo "scale=2;$bin_size / 1024 / 1024" | bc);
done;
}
+
+ exit 0
}
run_rsync() {