You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the /usr/lib/sqm/*.help files, good descriptions for each SCRIPT already exist. Maybe a small script could compile a markdown (and/or manpage) document from the existing help files (and then would automatically update if they changed). Something like:
for name in `ls /usr/lib/sqm/*.qos.help|sort`
do
basename -s .qos.help $name
echo ---------------
fold -s $name
echo
done
The text was updated successfully, but these errors were encountered:
Because of the /usr/lib/sqm/*.help files, good descriptions for each SCRIPT already exist. Maybe a small script could compile a markdown (and/or manpage) document from the existing help files (and then would automatically update if they changed). Something like:
The text was updated successfully, but these errors were encountered: