Update sites.inc
This commit is contained in:
@@ -622,12 +622,11 @@ SITEINFO(){
|
|||||||
-edit|-e) EDIT=1;;
|
-edit|-e) EDIT=1;;
|
||||||
-search|-s) SEARCH=${2};;
|
-search|-s) SEARCH=${2};;
|
||||||
-h | -help | --help)
|
-h | -help | --help)
|
||||||
echo
|
|
||||||
echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {"
|
echo -e "Usage: ${idsCL[Yellow]}nodemgmt newcert${idsCL[Default]} {"
|
||||||
width=33
|
width=33
|
||||||
printf "%-${width}s- %s\n" " -edit|-e" "(enables edit mode)"
|
printf "%-${width}s- %s\n" " -edit|-e" "(enables edit mode)"
|
||||||
printf "%-${width}s- %s\n" " -search|-s {search}" "(narrows list to hostnames containing {search})"
|
printf "%-${width}s- %s\n" " -search|-s {search}" "(narrows list to hostnames containing {search})"
|
||||||
echo "}"
|
echo -e "}\n"
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
shift
|
shift
|
||||||
|
|||||||
Reference in New Issue
Block a user