Skip to content
Snippets Groups Projects
Commit 854ef085 authored by Florian Pose's avatar Florian Pose
Browse files

renamed ec_list script to lsec.

parent 7f99feeb
No related branches found
No related tags found
Loading
...@@ -88,8 +88,9 @@ fi ...@@ -88,8 +88,9 @@ fi
# Install tools # Install tools
echo " Installing 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 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 @@ ...@@ -2,7 +2,7 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# #
# e c _ l i s t . p l # l s e c - List EtherCAT
# #
# Userspace tool for listing EtherCAT slaves. # Userspace tool for listing EtherCAT slaves.
# #
...@@ -181,7 +181,7 @@ sub get_options ...@@ -181,7 +181,7 @@ sub get_options
sub print_usage sub print_usage
{ {
print "Usage: ec_list [OPTIONS]\n"; print "Usage: $0 [OPTIONS]\n";
print " -m <IDX> Query master <IDX>.\n"; print " -m <IDX> Query master <IDX>.\n";
print " -s Show EEPROM name instead of"; print " -s Show EEPROM name instead of";
print " vendor/product/description.\n"; print " vendor/product/description.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment