diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-08 21:15:28 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-08 21:15:28 -0500 |
commit | 26687c9892173409fa8da9f8cb5626e779af40e8 (patch) | |
tree | 3c187106766a860301c90fde658b2829f19c0525 | |
parent | cf5ce398434e19708bfa989eef020e0d69ff490e (diff) | |
download | squashfu-26687c9892173409fa8da9f8cb5626e779af40e8.tar.gz |
Alphabetize options in usage heredoc
-rwxr-xr-x | squashfu | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -208,6 +208,10 @@ OPERATIONS If unspecified, the union will be mounted at $BKUP_ROOT/rw. OPTIONS + -c, --config + Specify an alternate location to a config file that will override defaults + provided in /etc/squashfu.conf. + --resquash To be used with the -B operation. This forces a new squashed seed to be created when the backup finishes. The original seed and incrementals are @@ -219,10 +223,6 @@ OPTIONS Similar to --resquash except the old seed and incrementals are discarded after the new seed is created. - -c, --config - Specify an alternate location to a config file that will override defaults - provided in /etc/squashfu.conf. - HELP exit 0 } |