mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'fix-documentation' into 'main'
docs/fix: rename db:import to nostr:pull See merge request soapbox-pub/ditto!443
This commit is contained in:
commit
5ac1abdf69
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ if (import.meta.main) {
|
|||
}
|
||||
|
||||
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");
|
||||
showUsage();
|
||||
console.info(`
|
||||
|
|
@ -151,7 +151,7 @@ OPTIONS:
|
|||
|
||||
function showUsage() {
|
||||
console.info(
|
||||
'Usage: deno task db:import [options] npub1xxxxxx[ npub1yyyyyyy]...' +
|
||||
'Usage: deno task nostr:pull [options] npub1xxxxxx[ npub1yyyyyyy]...' +
|
||||
' wss://first.relay[ second.relay]...',
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue