aboutsummaryrefslogtreecommitdiffstats
path: root/rot.c
diff options
context:
space:
mode:
Diffstat (limited to 'rot.c')
-rw-r--r--rot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rot.c b/rot.c
index b5b8b00..c7c6771 100644
--- a/rot.c
+++ b/rot.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
+ * Copyright (C) 2014 - 2015 Tomasz Kramkowski <tk@the-tk.com>
*
* This program is free software. It is licensed under version 3 of the
* GNU General Public License.
@@ -16,7 +16,7 @@
int main(int argc, char **argv)
{
if (argc != 3) {
- printf("Incorrect number of arguments.\n");
+ fprintf(stderr, "Usage: <text> <rotation>\a\n");
exit(1);
}