aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2025-10-30 23:30:50 +0100
committerGravatar Tim Segers <tsegers@pm.me>2025-11-01 10:24:56 +0100
commitbdb43c486b1f5dbd8eedf866b4161b31f1e5d75a (patch)
treef1b9a6642376db8c71f9767319cda1f26ef3b3f6 /src
parent945f3a935d85d55c23d5cfe4b98b064532dc6bcd (diff)
downloadtweetpipe-bdb43c486b1f5dbd8eedf866b4161b31f1e5d75a.tar.gz
Rename encpipe to tweetpipe
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