From 0544c2869518b7c2052baeb4321ca0575b04cbd6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 25 Nov 2012 08:37:37 +0000 Subject: [PATCH] scst_sysfs: Fix a help text (see also trunk r4483) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4627 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c index d51eac34c..6404f128f 100644 --- a/scst/src/scst_sysfs.c +++ b/scst/src/scst_sysfs.c @@ -1402,7 +1402,7 @@ static ssize_t scst_luns_mgmt_show(struct kobject *kobj, char *buf) { static const char help[] = - "Usage: echo \"add|del H:C:I:L lun [parameters]\" >mgmt\n" + "Usage: echo \"add H:C:I:L lun [parameters]\" >mgmt\n" " echo \"add VNAME lun [parameters]\" >mgmt\n" " echo \"del lun\" >mgmt\n" " echo \"replace H:C:I:L lun [parameters]\" >mgmt\n"