Whamcloud - gitweb
LU-6081 lfs: split setstripe and migrate help 17/13317/8
authorFrank Zago <fzago@cray.com>
Fri, 9 Jan 2015 16:58:39 +0000 (10:58 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 27 Mar 2015 15:27:39 +0000 (15:27 +0000)
commit587a54571e3ce1c39a1995a6d1ae7066e5459e24
tree5bb471630e019288f74de1ef803968ba8ebca1c7
parentcb1063a43f3cfee988f801fb791ca4b3a9a1bb76
LU-6081 lfs: split setstripe and migrate help

The setstripe and migrate share all but one of their parameters
(--block). However the help is common to both, so the --block also
appears for the setstripe command but is not valid. So split the help
message for each command, while still sharing the same text to avoid
duplication.

Signed-off-by: frank zago <fzago@cray.com>
Change-Id: If8d110b04b26090d0540bb1628de75a94d92727e
Reviewed-on: http://review.whamcloud.com/13317
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/utils/lfs.c