minor change: in usage change "parameter" to "argument" - sfeed_curses - sfeed … | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 40bfd7846f72a063eede961e578f0ae667727b3f | |
parent 9d3e0853cfb0d0b3c2b53838377e7b0b04fd1e7f | |
Author: Hiltjo Posthuma <[email protected]> | |
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 va… | |
+ echo "An urlfile must be specified as an argument or with the environm… | |
exit 1 | |
} | |