diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-09 01:47:35 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-09 01:47:35 -0500 |
commit | bd0070cf29524b0e149ce4a2258fe62e87dc58a7 (patch) | |
tree | edda8bc365e07f21477bfb99398a60eade7c660b | |
parent | f98f57d664526adae5d962a52310a37871f7c5b0 (diff) | |
download | squashfu-bd0070cf29524b0e149ce4a2258fe62e87dc58a7.tar.gz |
Exit after query_usage prints
-rwxr-xr-x | squashfu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() { |