Skip to content

Commit 62b669a

Browse files
committed
List all variants of all options in manpage
While at it also fix the spelling of `--startup_notification` and remove its argument as it is just a flag and doesn't take an argument.
1 parent 98452d7 commit 62b669a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/dunst.1.pod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dunst - A customizable and lightweight notification-daemon
44

55
=head1 SYNOPSIS
66

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

99
=head1 DESCRIPTION
1010

@@ -23,7 +23,7 @@ systemd service.
2323

2424
=over 4
2525

26-
=item B<-h/--help>
26+
=item B<-h/-help/--help>
2727

2828
List all command line flags
2929

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

39-
=item B<-v/--version>
39+
=item B<-v/-version/--version>
4040

4141
Print version information.
4242

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

49-
=item B<-print>
49+
=item B<-print/--print>
5050

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

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

5656
Display a notification on startup.
5757

0 commit comments

Comments
 (0)