[multipathd] easier multipathd interaction method
authorChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 19 Nov 2008 23:41:45 +0000 (00:41 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Wed, 19 Nov 2008 23:41:45 +0000 (00:41 +0100)
commit8f0cb7332f468ac7a5f4456ee6076e9a872384ed
tree8847bc03d2d3fd9092b6052f61fd88c7af74c147
parent1c8ecac9d9d04e97b7f464391370b1d52ceb1e70
[multipathd] easier multipathd interaction method

Previously using the CLI commands from the shell was done using :
multipathd -k"show paths format \"%w %d %i %s %t %T %D\""

Now you can also use :
multipathd -- show paths format "%w %d %i %s %t %T %D"
or
multipathd show paths format "%w %d %i %s %t %T %D"
multipathd/main.c