Skip to content

Commit

Permalink
Create a man page for the sendto executable (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom authored Feb 2, 2024
1 parent 00ed13f commit dff9eb1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ man_pages = [
'budgie-run-dialog.1',
'budgie-wm.1',
'org.buddiesofbudgie.BudgieScreenshot.1',
'org.buddiesofbudgie.sendto.1'
]

foreach man_page : man_pages
Expand Down
23 changes: 23 additions & 0 deletions docs/man/org.buddiesofbudgie.sendto.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH ORG.BUDDIESOFBUDGIE.SENDTO "1" "February 2024" "org.buddiesofbudgie.sendto " "User Commands"
.SH NAME
org.buddiesofbudgie.sendto \- dialog display when sending a file via bluetooth
.SH DESCRIPTION
.SS "Usage:"
.IP
org.buddiesofbudgie.sendto [OPTION?]
.SS "Help Options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help options
.SS "Application Options:"
.TP
\fB\-d\fR, \fB\-\-daemon\fR
Run the application in the background
.TP
\fB\-f\fR, \fB\-\-send\fR
Send a file via Bluetooth
.TP
\fB\-a\fR, \fB\-\-device\fR
Bluetooth device to send files to
.PP

0 comments on commit dff9eb1

Please sign in to comment.