commit: 75b6e0f975e9567641f1c7b6e2551354cc9ccc74
parent 2434c51e2fef21dae46eafb047a855a7a21d067c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 14 Aug 2021 11:19:04 +0200
ap-backup: Working directory recommendation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ap-backup.pl b/ap-backup.pl
@@ -100,6 +100,7 @@ if($#ARGV != 0) {
print "usage: ap-backup.pl <-u user:password|-o OAuth-Bearer-Token> <url>\n";
print "This tool is used to backup an account, authentication is required.\n";
print "Known to work against Pleroma.\n";
+ print "Activities are saved in the current working directory via their id, it's recommended to launch in a dedicated directory.\n";
exit 1;
}