diff options
author | zlg <zlg@zlg.space> | 2025-07-29 16:08:05 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2025-07-29 16:08:05 -0700 |
commit | 4c3d8d40a9c65529f82b76b8f396338f2cee7ecd (patch) | |
tree | df1a1f52ec3483c2dec8a152be6186dfa3e3920c | |
parent | Update build system, release 0.3beta8 (diff) | |
download | vgstash-4c3d8d40a9c65529f82b76b8f396338f2cee7ecd.tar.gz vgstash-4c3d8d40a9c65529f82b76b8f396338f2cee7ecd.tar.bz2 vgstash-4c3d8d40a9c65529f82b76b8f396338f2cee7ecd.tar.xz vgstash-4c3d8d40a9c65529f82b76b8f396338f2cee7ecd.zip |
README.md: Remove references to -w flag to 'list' command
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |