diff options
author | Wolfgang Müller | 2021-05-14 12:21:18 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-14 12:21:18 +0200 |
commit | af90dc3bdca4eada84377f65bf00e7c29dbbff62 (patch) | |
tree | 9f28b6e6398f58b667174cb9cbc16cfc645a642f /posts | |
parent | ffcd8c4f3119df02018bd13e7b45fc4532e2b88f (diff) | |
download | site-af90dc3bdca4eada84377f65bf00e7c29dbbff62.tar.gz |
posts: Clarify that quarg expects arguments
Diffstat (limited to 'posts')
-rw-r--r-- | posts/quarg.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/quarg.md b/posts/quarg.md index a13b3d9..6a1f565 100644 --- a/posts/quarg.md +++ b/posts/quarg.md @@ -38,7 +38,7 @@ See [`quarg(1)`](/man/quarg.1.html). You can use quarg without installing it by invoking it like so: - python -m quarg.main + python -m quarg.main <args> ## Installation |