Skip to content

Commit

Permalink
UPdate doc string
Browse files Browse the repository at this point in the history
Signed-off-by: xintli <[email protected]>
  • Loading branch information
xintli committed Jan 9, 2024
1 parent 150262e commit e907504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions insights/parsers/xfs_quota.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Parser contains in this module is:
XFSQuotaState - command ``/sbin/xfs_quota -x -c 'state -gu'``
--------------------------------------------------------------
-------------------------------------------------------------
"""

from insights.core import CommandParser
Expand All @@ -21,8 +21,8 @@ class XFSQuotaState(CommandParser):
xfs quota devices.
Attributes:
group_quota (list): List of information for each group quota
user_quota (list): List of information for each user quota
group_quota (dict): Dictionary of information for each group quota
user_quota (dict): Dictionary of information for each user quota
Sample directory list collected::
Expand Down

0 comments on commit e907504

Please sign in to comment.