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 7b9818c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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" |
+-------------------+----------------------------------------------------------------------------------------+
| ``-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 |
+-------------------+----------------------------------------------------------------------------------------+
+-----------------+--------------------------------------------------------------------------------------+
| ``-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" |
+-----------------+--------------------------------------------------------------------------------------+
| ``-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 7b9818c

Please sign in to comment.