Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/manage/list_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ def format_table(cmd, installs):

if show_truncated_warning:
LOGGER.print()
LOGGER.print("!B!Some columns were truncated. Use '!G!--format=json!B!'"
" or '!G!--format=jsonl!B!' for full information.!W!")
LOGGER.print("!B!Some columns were truncated. See '!G!py list --help!B!'"
" for alternative ways to display this information.!W!")


CSV_EXCLUDE = {
Expand Down