From 4c3d8d40a9c65529f82b76b8f396338f2cee7ecd Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 29 Jul 2025 16:08:05 -0700 Subject: README.md: Remove references to -w flag to 'list' command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52f6c55..06bdd97 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ exist in the database. If PATH is omitted, it will read from standard input ### list ``` -list [FILTER] [-w WIDTH] [-r] +list [FILTER] [-r] ``` List games in the database, optionally using a FILTER or restricting the output @@ -243,7 +243,7 @@ filters that allow you to reason about your game collection. For example, this command will show you every game marked "playing" that you also own in some way: ```bash -$ vgstash list -w 40 playlog +$ vgstash list playlog Title | System | Own | Progress ---------------------------------------- Crashmo | 3DS | D | P -- cgit v1.2.3-54-g00ecf