summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2024-03-22 15:28:42 +0200
committerSergey Poznyakoff <gray@gnu.org>2024-03-22 15:28:42 +0200
commit5476b8ceff7a8a97a999b81cc6f4dbff8552d9ad (patch)
treec99d03078f38a164612465167e3df8afdab40d95
parenteca546322e609014135fb8ccbcfc6fe7a90093a0 (diff)
downloadmailutils-master.tar.gz
mailutils-master.tar.bz2
Fix typo in mailutils dbm dump exampleHEADmaster
-rw-r--r--doc/texinfo/programs/mailutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texinfo/programs/mailutils.texi b/doc/texinfo/programs/mailutils.texi
index 76c32d8a4..f008a6e0b 100644
--- a/doc/texinfo/programs/mailutils.texi
+++ b/doc/texinfo/programs/mailutils.texi
@@ -783,13 +783,13 @@ correspondingly. These were described in detail above.
The @option{dump} subcommand dumps the database to the standard output
in a format suitable for backup or sending over the network (a
version 1.0 format).
@example
-mailutils dbm dump file.db < file.dump
+mailutils dbm dump file.db > file.dump
@end example
The produced file is suitable for input to the @option{create} (@option{load}) command. Among other uses, it provides an easy way to convert databases between various formats supported by Mailutils. For example this is how to convert the database file @file{file.db} to the GDBM database @file{new.db}:
@example
mailutils dbm dump file.db | mailutils dbm create gdbm://new.db

Return to:

Send suggestions and report system problems to the System administrator.