From 7145be4178535a54b841f2d959d6811359523e1e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 14:30:49 +0200 Subject: [PATCH] Simpler defaults --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efe889..fa88aa1 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ All commands can be imported and run programmatically. ```python >>> from etherpump.api import pull ->>> pull(['--all', '--publish-opt-in', '--publish', '__PUB_CLUB__']) +>>> pull(['--text', '--meta', '--publish-opt-in']) ``` ## Subcommands