Skip to content

Commit 6619732

Browse files
committed
Fixed wrong usage example (tables -> databases)
1 parent 0d169f0 commit 6619732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ _Note_: The web interface of phpMyAdmin may change in the future and break this
5959

6060
phpmyadmin_sql_backup.py "http://www.example.com/phpmyadmin/" your_user your_password
6161

62-
Downloads a plain text `.sql` backup of all tables to the current working directory.
62+
Downloads a plain text `.sql` backup of all databases to the current working directory.
6363

6464
---
6565

phpmyadmin_sql_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
import grab
3333

34-
__version__ = '2016-03-12.0'
34+
__version__ = '2016-03-12.1'
3535

3636
CONTENT_DISPOSITION_FILENAME_RE = re.compile(r'^.*filename="(?P<filename>[^"]+).*$')
3737
DEFAULT_PREFIX_FORMAT = r'%Y-%m-%d--%H-%M-%S-UTC_'

0 commit comments

Comments
 (0)