renamed ec_list script to lsec.

This commit is contained in:
Florian Pose 2006-07-25 10:08:17 +00:00
parent 7cd6be268e
commit 6e749f20c4
2 changed files with 4 additions and 3 deletions

View File

@ -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
#------------------------------------------------------------------------------

View File

@ -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";