]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-web.md
Handle kernel/FUSE disagreement over Linux attrs
[bup.git] / Documentation / bup-web.md
index 23e82a841281f8eee8dc9033678ab223e70b629e..08fd84dc75f190e48ea38048ad1cc984652f6448 100644 (file)
@@ -21,7 +21,15 @@ hierarchy is the same as that shown by `bup-fuse`(1), `bup-ls`(1) and
 you'd like to expose the web server to anyone on your network (dangerous!) you
 can omit the bind address to bind to all available interfaces: `:8080`.
 
-# EXAMPLE
+# OPTIONS
+
+--human-readable
+:   display human readable file sizes (i.e. 3.9K, 4.7M)
+
+--browser
+:   open the site in the default browser
+
+# EXAMPLES
 
     $ bup web
     Serving HTTP on 127.0.0.1:8080...
@@ -34,7 +42,7 @@ can omit the bind address to bind to all available interfaces: `:8080`.
 
 # SEE ALSO
 
-`bup-fuse`(1), `bup-ls`(1), `bup-ftp`(1)
+`bup-fuse`(1), `bup-ls`(1), `bup-ftp`(1), `bup-restore`(1)
 
 
 # BUP