aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 11:39:12 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-05 18:16:19 +0100
commit4e8b2473bd036561105fa3fc68068b6812e08ba9 (patch)
tree2b5d78b4f9f50ec4f1e8968b607c1c2b70de4b4b /main.c
parentImprove ERR. (diff)
downloadcalp-4e8b2473bd036561105fa3fc68068b6812e08ba9.tar.gz
calp-4e8b2473bd036561105fa3fc68068b6812e08ba9.tar.xz
Add single file mode.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c9fa7fd8..a669f290 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@ int main (int argc, char* argv[argc]) {
arg args = { .argc = argc, .argv = argv };
if (arg_shift(&args) == 0) {
- puts("Please give vdir as first argument");
+ puts("Please give vdir or a vcalendar file as first argument");
exit (1);
}