]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-daemon.md
Documentation/bup-save.md: change --strip-prefix to --strip-path.
[bup.git] / Documentation / bup-daemon.md
index 87ab495e29340f0ef10dc535881948d7cce24a96..fc032e6d80e600a48fd919c0b319d23085668227 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.