summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-05-14 12:21:18 +0200
committerWolfgang Müller2021-05-14 12:21:18 +0200
commitaf90dc3bdca4eada84377f65bf00e7c29dbbff62 (patch)
tree9f28b6e6398f58b667174cb9cbc16cfc645a642f
parentffcd8c4f3119df02018bd13e7b45fc4532e2b88f (diff)
downloadsite-af90dc3bdca4eada84377f65bf00e7c29dbbff62.tar.gz
posts: Clarify that quarg expects arguments
-rw-r--r--posts/quarg.md2
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