forked from kozec/syncthing-gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uncompressed man page, commited correct file this time :( Ref kozec#499
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
.\" Manpage for syncthing-gtk | ||
|
||
.TH man 1 "23 Aug 2016" "1.0" "syncthing-gtk man page" | ||
.SH NAME | ||
Syncthing-GTK \- GUI for Syncthing | ||
.SH SYNOPSIS | ||
syncthing-gtk [OPTIONS...] | ||
.SH DESCRIPTION | ||
Syncthing-GTK is a GTK3 and Python based GUI and notification area icon for Syncthing. | ||
.SH OPTIONS | ||
-h, --help Shows help screen | ||
-w, --window Display window (don't start minimized) | ||
-m, --minimized Hide window (start minimized) | ||
-s, --header Use classic window header | ||
-q, --quit Quit running instance (if any) | ||
-v, --verbose Be verbose | ||
-d, --debug Be more verbose (debug mode) | ||
-1, --wizard Run 'first start wizard' and exit | ||
-a, --about Display about dialog and exit | ||
|
||
--home Overrides default syncthing configuration directory | ||
--add-repo Opens 'add repository' dialog with specified path prefilled | ||
--remove-repo If there is repository assigned with specified path, opens 'remove repository' dialog | ||
.SH SEE ALSO | ||
syncthing(1) | ||
.SH COPYRIGHT | ||
Code & UI (c) 2016 Kozec |