aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 01:47:35 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 01:47:35 -0500
commitbd0070cf29524b0e149ce4a2258fe62e87dc58a7 (patch)
treeedda8bc365e07f21477bfb99398a60eade7c660b
parentf98f57d664526adae5d962a52310a37871f7c5b0 (diff)
downloadsquashfu-bd0070cf29524b0e149ce4a2258fe62e87dc58a7.tar.gz
Exit after query_usage prints
-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() {