renamed ec_list script to lsec.
This commit is contained in:
parent
7cd6be268e
commit
6e749f20c4
|
|
@ -88,8 +88,9 @@ fi
|
|||
# Install tools
|
||||
|
||||
echo " Installing tools"
|
||||
cp script/ec_list.pl /usr/local/bin/ec_list || exit 1
|
||||
cp script/lsec.pl /usr/local/bin/lsec || exit 1
|
||||
chmod +x /usr/local/bin/ec_list || exit 1
|
||||
ln -s /usr/local/bin/lsec /usr/local/bin/ec_list || exit 1
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#------------------------------------------------------------------------------
|
||||
#
|
||||
# e c _ l i s t . p l
|
||||
# l s e c - List EtherCAT
|
||||
#
|
||||
# Userspace tool for listing EtherCAT slaves.
|
||||
#
|
||||
|
|
@ -181,7 +181,7 @@ sub get_options
|
|||
|
||||
sub print_usage
|
||||
{
|
||||
print "Usage: ec_list [OPTIONS]\n";
|
||||
print "Usage: $0 [OPTIONS]\n";
|
||||
print " -m <IDX> Query master <IDX>.\n";
|
||||
print " -s Show EEPROM name instead of";
|
||||
print " vendor/product/description.\n";
|
||||
Loading…
Reference in New Issue