aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tweetpipe.c (renamed from src/encpipe.c)6
-rw-r--r--src/tweetpipe_p.h (renamed from src/encpipe_p.h)0
2 files changed, 3 insertions, 3 deletions
diff --git a/src/encpipe.c b/src/tweetpipe.c
index a41a222..9dd5676 100644
--- a/src/encpipe.c
+++ b/src/tweetpipe.c
@@ -1,4 +1,4 @@
-#include "encpipe_p.h"
+#include "tweetpipe_p.h"
#include "tweetpwhash.h"
#include "util.h"
@@ -14,8 +14,8 @@ usage(FILE *stream)
{
fputs(
"Usage:\n"
- " encpipe -G\n"
- " encpipe {-e | -d} {-p <string> | -P <file>} [-i <file>] [-o <file>]\n"
+ " tweetpipe -G\n"
+ " tweetpipe {-e | -d} {-p <string> | -P <file>} [-i <file>] [-o <file>]\n"
"\n"
"Options:\n"
" -G, --passgen generate a random password\n"
diff --git a/src/encpipe_p.h b/src/tweetpipe_p.h
index 06fc523..06fc523 100644
--- a/src/encpipe_p.h
+++ b/src/tweetpipe_p.h