Skip to content

Commit 6c62ff7

Browse files
committed
Improve --verbose description
1 parent a17da7b commit 6c62ff7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sogs/__main__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ def __call__(self, parser, ns, value, option_string=None):
133133
'--list-global-mods', '-M', action='store_true', help="List global moderators/admins"
134134
)
135135
ap.add_argument(
136-
"--verbose", "-v", action='store_true', help="Show more information for some commands"
136+
"--verbose",
137+
"-v",
138+
action='store_true',
139+
help="Show more details for some commands, such as showing moderators/admins in room details",
137140
)
138141
ap.add_argument(
139142
"--yes", action='store_true', help="Don't prompt for confirmation for some commands, just do it"

0 commit comments

Comments
 (0)