commit 40bfd7846f72a063eede961e578f0ae667727b3f parent 9d3e0853cfb0d0b3c2b53838377e7b0b04fd1e7f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 25 Jul 2021 11:47:55 +0200 minor change: in usage change "parameter" to "argument" Diffstat:
| M | sfeed_markread | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfeed_markread b/sfeed_markread @@ -4,7 +4,7 @@ usage() { echo "usage: $0 <read|unread> [urlfile]" >&2 echo "" >&2 - echo "An urlfile must be set as a parameter or with the environment variable \$SFEED_URL_FILE" >&2 + echo "An urlfile must be specified as an argument or with the environment variable \$SFEED_URL_FILE" >&2 exit 1 }