mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-24 11:03:49 +08:00
renamed ec_list script to lsec.
This commit is contained in:
+2
-1
@@ -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";
|
||||
Reference in New Issue
Block a user