1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
.TH BTRFS\-ASSISTANT "8" "June 2024" "Btrfs Assistant 2.1" "System Administration"
.SH NAME
btrfs\-assistant \- manual page for Btrfs Assistant 2.1
.br
btfrs\-assistant-bin
.br
btrfs\-assistant-launcher
.SH SYNOPSIS
.B btrfs-assistant
[\fI\,options\/\fR]
.SH DESCRIPTION
An application for managing Btrfs and Snapper
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Displays help on commandline options.
.TP
\fB\-\-help\-all\fR
Displays help including Qt specific
options.
.TP
\fB\-v\fR, \fB\-\-version\fR
Displays version information.
.TP
\fB\-l\fR, \fB\-\-list\fR
List snapshots
.TP
\fB\-r\fR, \fB\-\-restore\fR <index of snapshot>
Restore the given snapshot
.TP
\fB\-\-qmljsdebugger\fR <value>
Activates the QML/JS debugger with a
specified port. The value must be of
format port:1234[,block]. "block" makes
the application wait for a connection.
.TP
\fB\-\-platform\fR <platformName[:options]>
QPA plugin. See QGuiApplication
documentation for available options for
each plugin.
.TP
\fB\-\-platformpluginpath\fR <path>
Path to the platform plugins.
.TP
\fB\-\-platformtheme\fR <theme>
Platform theme.
.TP
\fB\-\-plugin\fR <plugin>
Additional plugins to load, can be
specified multiple times.
.TP
\fB\-\-qwindowgeometry\fR <geometry>
Window geometry for the main window,
using the X11\-syntax, like 100x100+50+50.
.TP
\fB\-\-qwindowicon\fR <icon>
Default window icon.
.TP
\fB\-\-qwindowtitle\fR <title>
Title of the first window.
.TP
\fB\-\-reverse\fR
Sets the application's layout direction
to Qt::RightToLeft (debugging helper).
.TP
\fB\-\-session\fR <session>
Restores the application from an earlier
session.
.TP
\fB\-\-display\fR <display>
Display name, overrides $DISPLAY.
.TP
\fB\-\-name\fR <name>
Instance name according to ICCCM
4.1.2.5.
.TP
\fB\-\-nograb\fR
Disable mouse grabbing (useful in
debuggers).
.TP
\fB\-\-dograb\fR
Force mouse grabbing (even when running
in a debugger).
.TP
\fB\-\-visual\fR <id>
ID of the X11 Visual to use.
.TP
\fB\-\-geometry\fR <geometry>
Alias for \fB\-\-qwindowgeometry\fR.
.TP
\fB\-\-icon\fR <icon>
Alias for \fB\-\-qwindowicon\fR.
.TP
\fB\-\-title\fR <title>
Alias for \fB\-\-qwindowtitle\fR.
|