Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Fix broken table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
settermjd committed Aug 28, 2018
1 parent 839b334 commit 2753184
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions admin_manual/configuration/server/occ_apps_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,16 +570,16 @@ Arguments:

Options:

+-------------------+----------------------------------------------------------------------------------------+
+-----------------+----------------------------------------------------------------------------------------+
| ``-a, --all`` | Will add password expiry to all known users. uid and group option are discarded if the |
| | option is provided by user |
+-------------------+----------------------------------------------------------------------------------------+
| ``-u, --uid`` | The user\'s uid is used. This option can be used as --uid "Alice" --uid "Bob" |
+-------------------+----------------------------------------------------------------------------------------+
+-----------------+----------------------------------------------------------------------------------------+
| ``-u, --uid`` | The user's uid is used. This option can be used as --uid "Alice" --uid Bob" |
+-----------------+----------------------------------------------------------------------------------------+
| ``-g, --group`` | Add password expiry to user(s) under group(s). This option can be used as --group |
| | "foo" --group "bar" to add expiry passwords for users in group foo and bar. If |
| | uid option (eg: --uid "user1") is passed with group, then uid will also be processed |
+-------------------+----------------------------------------------------------------------------------------+
+-----------------+----------------------------------------------------------------------------------------+

.. _ocapps_reports_commands_label:

Expand Down

0 comments on commit 2753184

Please sign in to comment.