aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-06-08 15:03:18 -0400
committerDave Reisner <d@falconindy.com>2010-06-08 15:03:18 -0400
commit4f80e3edb14d5d8f60aafa652de0305a95a3352a (patch)
tree65a0f4e51ff8f16cbf165b30f8cf3a01a1395973
parent41ed04fa9b083b9897c6438884af07cd25763c16 (diff)
downloadsquashfu-4f80e3edb14d5d8f60aafa652de0305a95a3352a.tar.gz
doc: add -G option to README and usage()
-rw-r--r--README.pod5
-rwxr-xr-xsquashfu4
2 files changed, 9 insertions, 0 deletions
diff --git a/README.pod b/README.pod
index f5234b2..99c4fb3 100644
--- a/README.pod
+++ b/README.pod
@@ -29,6 +29,11 @@ than the number of bins specified by the I<MIN_BINS> setting in the config.
Delete the incremental backup with the number I<BIN>. This is done interactively and you
will have a chance to confirm before any files are deleted.
+=item B<-G> I<path>
+
+Directly restore a file or directory. This is an interactive operation and a list of
+locations where the target is found will be presented.
+
=item B<-Q>
Displays usage statistics, including the size of the compressed seed and each incremental
diff --git a/squashfu b/squashfu
index 7ac17fb..e04cae2 100755
--- a/squashfu
+++ b/squashfu
@@ -427,6 +427,10 @@ ACTIONS
Delete an incremental backup. This is done interactively and you will have
a chance to confirm before any files are deleted.
+ -G <path>
+ Directly restore a file or directory. This is an interactive operation and
+ a list of locations where the target is found will be presented.
+
-Q
Displays the size of the seed, the incrementals, and totals.