summaryrefslogtreecommitdiffstats
path: root/tools/checkdocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkdocs.sh')
-rwxr-xr-xtools/checkdocs.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/checkdocs.sh b/tools/checkdocs.sh
index f58e1f546..1f7f10be5 100755
--- a/tools/checkdocs.sh
+++ b/tools/checkdocs.sh
@@ -58,7 +58,7 @@
### SHORT: curl -s 'https://gerrit.onap.org/r/projects/?d' | awk '{if(NR>1)print}' | jq -c '.[] | {id, state}' | sed -r 's:%2F:/:g; s:["{}]::g; s:id\:::; s:,state\::|:; /All-Projects/d; /All-Users/d'
###
-script_version="1.1 (2020-11-17)"
+script_version="1.2 (2020-11-18)"
# save command for the restart with logging enabled
command=$0
@@ -72,8 +72,10 @@ fullcommand="${command} ${arguments}"
# print usage
function usage() {
echo " "
+ echo " checkdocs.sh Version ${script_version}"
+ echo " "
echo " USAGE: "
- echo " ./checkdocs.sh "
+ echo " ./checkdocs.sh <arguments> "
echo " "
echo " ARGUMENTS: "
echo " -u|--user username "