mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
docs/fix: rename db:import to nostr:pull
This commit is contained in:
parent
3e6f4bb256
commit
84c56282ac
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ if (import.meta.main) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function showHelp() {
|
function showHelp() {
|
||||||
console.info('ditto - db:import');
|
console.info('ditto - nostr:pull');
|
||||||
console.info("Import users' posts and kind 0s from a given set of relays.\n");
|
console.info("Import users' posts and kind 0s from a given set of relays.\n");
|
||||||
showUsage();
|
showUsage();
|
||||||
console.info(`
|
console.info(`
|
||||||
|
|
@ -151,7 +151,7 @@ OPTIONS:
|
||||||
|
|
||||||
function showUsage() {
|
function showUsage() {
|
||||||
console.info(
|
console.info(
|
||||||
'Usage: deno task db:import [options] npub1xxxxxx[ npub1yyyyyyy]...' +
|
'Usage: deno task nostr:pull [options] npub1xxxxxx[ npub1yyyyyyy]...' +
|
||||||
' wss://first.relay[ second.relay]...',
|
' wss://first.relay[ second.relay]...',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue