1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

minor docs update (#5501)

This commit is contained in:
Alexei Znamensky 2022-11-09 02:03:07 +13:00 committed by GitHub
parent df9c5d1d35
commit 858eaac500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,9 +16,9 @@ author:
short_description: Edit XFCE4 Configurations
description:
- This module allows for the manipulation of Xfce 4 Configuration with the help of
xfconf-query. Please see the xfconf-query(1) man pages for more details.
xfconf-query. Please see the xfconf-query(1) man page for more details.
seealso:
- name: C(xfconf-query) man page
- name: xfconf-query(1) man page
description: Manual page of the C(xfconf-query) tool at the XFCE documentation site.
link: 'https://docs.xfce.org/xfce/xfconf/xfconf-query'
@ -70,7 +70,7 @@ options:
default: "present"
force_array:
description:
- Force array even if only one element
- Force array even if only one element.
type: bool
default: false
aliases: ['array']