diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-13 00:42:39 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-13 00:42:39 -0500 |
commit | a52b1f456d133159755aa9671ed49d6aaa124ec3 (patch) | |
tree | 757809bbef1a97efd9eb7ef140c9a0d37dcafd68 | |
parent | dd62660504859182e6169b2b737b354fedc9f583 (diff) | |
download | squashfu-a52b1f456d133159755aa9671ed49d6aaa124ec3.tar.gz |
Update usage heredoc to actually be accurate for currently supported features
-rwxr-xr-x | squashfu | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -333,13 +333,10 @@ USAGE ACTIONS -B - Runs a regular backup, using the config file at /etc/squashfu, unless - otherwise specified with the -c option. + Runs a regular backup, using the config file at /etc/squashfu. -Q - Displays the size of the seed, the incrementals, and the actual backup. If - you provide no additional options, a basic report will be given. Specifying - "full" will give more detail about individual bins. + Displays the size of the seed, the incrementals, and totals. -R <number of bins> Rollback specified number of backups and mount union for browsing. The rolled |