Skip to content

Commit 84e0d84

Browse files
committed
Updated man pages
1 parent f379f96 commit 84e0d84

File tree

8 files changed

+12
-0
lines changed

8 files changed

+12
-0
lines changed

source/man/glpi-agent.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
``--full-inventory-postpone`` and ``--full`` options are available since glpi-agent 1.8
1111

1212
``--oauth-client-id`` and ``--oauth-client-secret`` options are available since glpi-agent 1.10
13+
14+
``--glpi-version`` option is available since glpi-agent 1.12

source/man/glpi-agent.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ glpi-agent [options] [--server server\|--local path]
116116
--vardir=PATH use specified path as storage folder for agent
117117
persistent datas
118118
119+
--glpi-version=<VERSION> set targeted glpi version to enable supported features
119120
--version print the version and exit
120121
--no-win32-ole-workaround [win32 only] disable win32 work-around
121122
used to better handle Win32::OLE apis.

source/man/glpi-esx.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
Since glpi-agent 1.5, ``--directory`` option is deprecated, you should use ``--path`` new option instead.
77

88
``--timeout`` option is available since glpi-agent 1.7
9+
10+
``--glpi-version`` option is available since glpi-agent 1.12

source/man/glpi-esx.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ glpi-esx --host <host> --user <user> --password <password> --path
2727
--stdout dump inventory on stdout (enabled by default if no path is set)
2828
--tag tag tag for the inventoried machine
2929
--json use json as format for generated inventories
30+
--glpi-version VERSION set targeted glpi version to enable supported features
3031
3132
Advanced options:
3233
--dump also dump esx host full info datas in a *-hostfullinfo.dump file

source/man/glpi-inventory.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.. attention::
33

44
``--assetname-support`` options is available since glpi-agent 1.5
5+
6+
``--glpi-version`` option is available since glpi-agent 1.12

source/man/glpi-inventory.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ glpi-inventory [options]
2727
-t --tag=TAG mark the machine with given tag
2828
--backend-collect-timeout=TIME timeout for inventory modules
2929
execution (30)
30+
--glpi-version=VERSION set targeted glpi version to enable supported features
3031
--additional-content=FILE additional inventory content file
3132
--assetname-support=1|2 [unix/linux only] set the asset name depending on the given value:
3233
- 1 (the default), the short hostname is used as asset name

source/man/glpi-netinventory.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
``--backend-collect-timeout`` option is available since glpi-agent 1.6
77

88
``--retries`` option is available since glpi-agent 1.9
9+
10+
``--glpi-version`` option is available since glpi-agent 1.12

source/man/glpi-netinventory.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ glpi-netinventory [options] [--host <host>\|--file <file>]
2626
--retries SNMP requets maximum retries (0)
2727
--backend-collect-timeout <TIME>
2828
base expiration timeout, in seconds (180)
29+
--glpi-version VERSION set targeted glpi version to enable supported features
2930
--type <TYPE> force device type
3031
--threads <COUNT> number of inventory threads (1)
3132
--control output control messages

0 commit comments

Comments
 (0)