aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/authentication/group.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/authentication/group.py b/scripts/authentication/group.py
index 02f782b3..cc0b037e 100644
--- a/scripts/authentication/group.py
+++ b/scripts/authentication/group.py
@@ -125,6 +125,6 @@ if __name__ == "__main__":
args.group_name)) # type: ignore
if created_p:
exit(f"\nSuccessfully created the group: '{args.group_name}'\n"
- f"Data: {groups}\n")
+ f"`HGETALL groups {args.group_name}`: {groups}\n")
exit("\nNo new group was created.\n"
- f"Updated Data: {groups}\n")
+ f"`HGETALL groups {args.group_name}`: {groups}\n")