Skip to content

Commit 52087cb

Browse files
author
sandeep parmar
committed
minor changes
1 parent 6119f76 commit 52087cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Pre-requisites:
3333
Pre-requisites:
3434
- NetBackup 8.1.1 or higher
3535
- curl 7.51.0 or higher
36-
- jq command-line parser
36+
- jq command-line parser (https://github.com/stedolan/jq/releases)
3737

3838
Use the following commands to run the curl samples.
3939
- `./nb_jobs.sh -master <master_server> -username <username> -password <password>`

snippets/curl/get_nb_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ showHelp()
2121
echo ""
2222
echo "Invalid command parameters"
2323
echo "Usage:"
24-
echo "./nb_images.sh -master <master_server> -username <username> -password <password> -domainname <dname> -domaintype <unixpwd/nt>"
24+
echo "./get_nb_images.sh -master <master_server> -username <username> -password <password> -domainname <dname> -domaintype <unixpwd/nt>"
2525
echo ""
2626
exit 1
2727
}

snippets/curl/get_nb_jobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ showHelp()
2323
echo ""
2424
echo "Invalid command parameters"
2525
echo "Usage:"
26-
echo "./nb_jobs.sh -master <master_server> -username <username> -password <password> -domainname <dname> -domaintype <unixpwd/nt>"
26+
echo "./get_nb_jobs.sh -master <master_server> -username <username> -password <password> -domainname <dname> -domaintype <unixpwd/nt>"
2727
echo ""
2828
exit 1
2929
}

0 commit comments

Comments
 (0)