diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-10-26 16:48:42 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-10-27 00:17:56 +0200 |
commit | 74029516585dd78cc780e135a8c29d545e7e790e (patch) | |
tree | c953192d6bea691673ef651278a3dc721c1bfd8a /passt.1 | |
parent | e4df8b084490dab4ace46230e923a79c2cba79a9 (diff) | |
download | passt-74029516585dd78cc780e135a8c29d545e7e790e.tar passt-74029516585dd78cc780e135a8c29d545e7e790e.tar.gz passt-74029516585dd78cc780e135a8c29d545e7e790e.tar.bz2 passt-74029516585dd78cc780e135a8c29d545e7e790e.tar.lz passt-74029516585dd78cc780e135a8c29d545e7e790e.tar.xz passt-74029516585dd78cc780e135a8c29d545e7e790e.tar.zst passt-74029516585dd78cc780e135a8c29d545e7e790e.zip |
conf, passt.1: Don't imply --foreground with --debug
Having -f implied by -d (and --trace) usually saves some typing, but
debug mode in background (with a log file) is quite useful if pasta
is started by Podman, and is probably going to be handy for passt
with libvirt later, too.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'passt.1')
-rw-r--r-- | passt.1 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -79,12 +79,11 @@ for performance reasons. .TP .BR \-d ", " \-\-debug -Be verbose, don't run in background, don't log to the system logger. +Be verbose, don't log to the system logger. .TP .BR \-\-trace -Be extra verbose, show single packets, don't run in background. Implies -\fB--debug\fR. +Be extra verbose, show single packets. Implies \fB--debug\fR. .TP .BR \-q ", " \-\-quiet |