dovecot-2.1: doveadm mount: Renamed "status" command to "list".

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 1 20:21:49 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/cf34d9fc5cec
changeset: 14042:cf34d9fc5cec
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 01 20:21:38 2012 +0200
description:
doveadm mount: Renamed "status" command to "list".

diffstat:

 src/doveadm/doveadm-mount.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r f9a4404f2316 -r cf34d9fc5cec src/doveadm/doveadm-mount.c
--- a/src/doveadm/doveadm-mount.c	Wed Feb 01 20:21:06 2012 +0200
+++ b/src/doveadm/doveadm-mount.c	Wed Feb 01 20:21:38 2012 +0200
@@ -19,7 +19,7 @@
 	return mountpoint_list_init(perm_path, state_path);
 }
 
-static void cmd_mount_status(int argc, char *argv[])
+static void cmd_mount_list(int argc, char *argv[])
 {
 	struct mountpoint_list *mountpoints;
 	struct mountpoint_list_iter *iter;
@@ -27,7 +27,7 @@
 	bool mounts_known;
 
 	if (argc > 2)
-		mount_cmd_help(cmd_mount_status);
+		mount_cmd_help(cmd_mount_list);
 
 	doveadm_print_init(DOVEADM_PRINT_TYPE_TABLE);
 	doveadm_print_header_simple(" ");
@@ -113,7 +113,7 @@
 }
 
 struct doveadm_cmd doveadm_cmd_mount[] = {
-	{ cmd_mount_status, "mount status", "[<path>]" },
+	{ cmd_mount_list, "mount list", "[<path>]" },
 	{ cmd_mount_add, "mount add", "[<path> [<state>]]" },
 	{ cmd_mount_remove, "mount remove", "<path>" }
 };


More information about the dovecot-cvs mailing list