summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-15 06:05:34 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-15 06:05:34 +0200
commitb92045509b4a912611aa3d7d74470a2f37977573 (patch)
tree49ea753ef284f2de5573701d0282953abce7c2ee
parent91477d9705215afe5bfb1e57f01716c62c377007 (diff)
downloadlariza-b92045509b4a912611aa3d7d74470a2f37977573.tar.gz
Usage: There can be multiple options and multiple URIs
-rw-r--r--zea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zea.c b/zea.c
index 47ac925..f20e8e8 100644
--- a/zea.c
+++ b/zea.c
@@ -418,7 +418,7 @@ zea_uri_changed(GObject *obj, GParamSpec *pspec, gpointer data)
void
zea_usage(void)
{
- fprintf(stderr, "Usage: zea [OPTIONS] <URI>\n");
+ fprintf(stderr, "Usage: zea [OPTION]... <URI>...\n");
exit(EXIT_FAILURE);
}