summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fischer <matthew.fischer@canonical.com>2012-11-06 14:34:21 -0700
committerMatthew Fischer <matthew.fischer@canonical.com>2012-11-06 14:34:21 -0700
commited4a3c53a59247a2e60e0332778ed75acfbeee68 (patch)
tree8c1b2ed34e2d019c0b0d73d571401cfaf96c28fd
parent03ee416a7df00111cbabf6197283bb804304ca9c (diff)
downloadlightdm-ed4a3c53a59247a2e60e0332778ed75acfbeee68.tar.gz
adds a manpage for lightdm-set-defaults
-rw-r--r--data/Makefile.am3
-rw-r--r--data/lightdm-set-defaults.155
2 files changed, 57 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a3cf496f..9c8de221 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -20,7 +20,8 @@ install-data-hook:
sed 's!PKGLIBEXECDIR!$(pkglibexecdir)!g' < $(srcdir)/guest-session.apparmor \
> $(DESTDIR)$(apparmor_profiledir)/lightdm-guest-session
-dist_man1_MANS = lightdm.1
+dist_man1_MANS = lightdm.1 \
+ lightdm-set-defaults.1
DISTCLEANFILES = \
Makefile.in
diff --git a/data/lightdm-set-defaults.1 b/data/lightdm-set-defaults.1
new file mode 100644
index 00000000..875ae8f9
--- /dev/null
+++ b/data/lightdm-set-defaults.1
@@ -0,0 +1,55 @@
+.\" Copyright (c) 2012 - Matthew Fischer
+.TH LIGHT-SET-DEFAULTS 1 "13 October 2012"
+.SH NAME
+lightdm-set-defaults \- sets configuration options for lightdm
+.SH SYNOPSIS
+.B lightdm-set-defaults
+[
+.I OPTION
+]
+.SH DESCRIPTION
+.B lightdm-set-defaults
+sets configuration options for lightdm. Requires root permissions to run.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Show help options
+.TP
+.B \-k, \-\-keep\-old
+Only update if no default already set
+.TP
+.B \-d, \-\-debug
+Enable debugging messages
+.TP
+.B \-r, \-\-remove
+Remove default value if it's the current one
+.TP
+.B \-s, \-\-session=SESSION_NAME
+Set the default session to SESSION_NAME
+.TP
+.B \-g, \-\-greeter=GREETER_NAME
+Set the default greeter to GREETER_NAME
+.TP
+.B \-a, \-\-autologin=USERNAME
+Set the autologin user to USERNAME
+.TP
+.B \-i, \-\-hide\-users=<true|false>
+Set greeter-hide-users to true or false.
+.TP
+.B \-m, \-\-show\-manual\-login=<true|false>
+Set show-manual-login to true or false.
+.TP
+.B \-R, \-\-show\-remote\-login=<true|false>
+Set show-manual-login to true or false.
+.TP
+.B \-l, \-\-allow\-guest=<true|false>
+Set allow-guest to true or false.
+.SH FILES
+.PD 0
+.TP
+.B /etc/lightdm/lightdm.conf
+Configuration
+.TP
+
+.sp
+.LP