]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-daemon.md
Add --human-readable option to "bup web".
[bup.git] / Documentation / bup-daemon.md
index 87ab495e29340f0ef10dc535881948d7cce24a96..7cc8297201af4209a45aabe6ae947f50022cf514 100644 (file)
@@ -8,13 +8,21 @@ bup-daemon - listens for connections and runs `bup server`
 
 # SYNOPSIS
 
-bup daemon
+bup daemon [-l address] [-p port]
 
 # DESCRIPTION
 
 `bup daemon` is a simple bup server which listens on a
 socket and forks connections to `bup mux server` children.
 
+# OPTIONS
+
+-l, \--listen=*address*
+:   the address or hostname to listen on
+
+-p, \--port=*port*
+:   the port to listen on
+
 # BUP
 
 Part of the `bup`(1) suite.