Browse Source

Remove a useless comment

Richard Laager 15 years ago
parent
commit
31af888057
1 changed files with 0 additions and 1 deletions
  1. 0 1
      doc/generate-settings.sh

+ 0 - 1
doc/generate-settings.sh

@@ -2,7 +2,6 @@
 
 
 # This script generates an HTML file which contains an overview of all configuration settings supported by DOCSIS,
 # This script generates an HTML file which contains an overview of all configuration settings supported by DOCSIS,
 # as defined in ../src/docsis_symtable.h.
 # as defined in ../src/docsis_symtable.h.
-# Tried to make it as portable as possible. We still need sh, sed & awk.
 if test $# -ne 2; then
 if test $# -ne 2; then
 echo "Usage: $0 <output_file> <package_version>"
 echo "Usage: $0 <output_file> <package_version>"
 exit 1;
 exit 1;