Blob Blame History Raw
From 83230282a3b8999d83afb04563589b38420cfa0e Mon Sep 17 00:00:00 2001
From: Gerard Weatherby <GWeatherby@uchc.edu>
Date: Thu, 28 Jan 2016 22:27:00 +0000
Subject: [PATCH 2/3] Patch to adcli.xml to fix documentation error

https://bugs.freedesktop.org/show_bug.cgi?id=93913
---
 doc/adcli.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/adcli.xml b/doc/adcli.xml
index d8f30a3..a83e321 100644
--- a/doc/adcli.xml
+++ b/doc/adcli.xml
@@ -428,14 +428,14 @@ $ adcli create-user Fry --domain=domain.example.com \
 		<varlistentry>
 			<term><option>--unix-shell=<parameter>/bin/shell</parameter></option></term>
 			<listitem><para>Set the <code>loginShell</code> attribute of
-			the new created user account, which should be the user's
-			numeric primary user id.</para></listitem>
+			the new created user account, which should be a path to
+			a valid shell.</para></listitem>
 		</varlistentry>
 		<varlistentry>
 			<term><option>--unix-uid=<parameter>111</parameter></option></term>
 			<listitem><para>Set the <code>uidNumber</code> attribute of
-			the new created user account, which should be a path to
-			a valid shell.</para></listitem>
+			the new created user account, which should be the user's
+			numeric primary user id.</para></listitem>
 		</varlistentry>
 	</variablelist>
 
-- 
2.5.5