Skip to content

Commit

Permalink
List all variants of all options in manpage
Browse files Browse the repository at this point in the history
While at it also fix the spelling of `--startup_notification`.
  • Loading branch information
zappolowski committed Oct 17, 2023
1 parent 98452d7 commit 67da151
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/dunst.1.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dunst - A customizable and lightweight notification-daemon

=head1 SYNOPSIS

dunst [-conf file] [-verbosity v] [-print] [--startup-notification]
dunst [-conf file] [-verbosity v] [-print] [--startup_notification]

=head1 DESCRIPTION

Expand All @@ -23,7 +23,7 @@ systemd service.

=over 4

=item B<-h/--help>
=item B<-h/-help/--help>

List all command line flags

Expand All @@ -36,7 +36,7 @@ defaults.
(Hint: `dunst -conf - </dev/null` can be used to enforce the defaults, i.e. for
testing)

=item B<-v/--version>
=item B<-v/-version/--version>

Print version information.

Expand All @@ -46,12 +46,12 @@ Do not display log messages, which have lower precedence than specified
verbosity. This won't affect printing notifications on the terminal. Use
the '-print' option for this.

=item B<-print>
=item B<-print/--print>

Print notifications to stdout. This might be useful for logging, setting up
rules or using the output in other scripts.

=item B<--startup_notification> (values: [true/false], default: false)
=item B<-startup_notification/--startup_notification>

Display a notification on startup.

Expand Down

0 comments on commit 67da151

Please sign in to comment.