[dm-devel] device-mapper/dmsetup dmsetup.c

agk at sourceware.org agk at sourceware.org
Mon Jan 29 18:45:08 UTC 2007


CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk at sourceware.org	2007-01-29 18:45:08

Modified files:
	dmsetup        : dmsetup.c 

Log message:
	help on help

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/dmsetup/dmsetup.c.diff?cvsroot=dm&r1=1.84&r2=1.85

--- device-mapper/dmsetup/dmsetup.c	2007/01/29 18:43:27	1.84
+++ device-mapper/dmsetup/dmsetup.c	2007/01/29 18:45:08	1.85
@@ -1679,7 +1679,7 @@
  * Dispatch table
  */
 static struct command _commands[] = {
-	{"help", "\n", 0, 0, _help},
+	{"help", "[-c|-C|--columns]", 0, 0, _help},
 	{"create", "<dev_name> [-j|--major <major> -m|--minor <minor>]\n"
 	  "\t                  [-U|--uid <uid>] [-G|--gid <gid>] [-M|--mode <octal_mode>]\n"
 	  "\t                  [-u|uuid <uuid>]\n"
@@ -1714,7 +1714,7 @@
 	fprintf(out, "Usage:\n\n");
 	fprintf(out, "dmsetup [--version] [-v|--verbose [-v|--verbose ...]]\n"
 		"        [-r|--readonly] [--noopencount] [--nolockfs]\n"
-		"        [-c|--columns] [-o <fields>] [-O|--sort <sort_fields>]\n"
+		"        [-c|-C|--columns] [-o <fields>] [-O|--sort <sort_fields>]\n"
 		"        [--noheadings] [--separator <separator>]\n\n");
 	for (i = 0; _commands[i].name; i++)
 		fprintf(out, "\t%s %s\n", _commands[i].name, _commands[i].help);




More information about the dm-devel mailing list