aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files 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
tions'>-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5