Skip to content

Commit d868ebc

Browse files
committed
minor update to directory help hints in deploy script
Signed-off-by: Adam Dabrowski <[email protected]>
1 parent 28fcf71 commit d868ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy_unity_plugins.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Print-Help {
66
Usage:
77
deploy_unity_plugins.ps1 <PLUGINS_DIR>
88
9-
PLUGINS_DIR - Assets/ROS2/Plugins/ directory of Unity project.
9+
PLUGINS_DIR - Ros2ForUnity/Plugins.
1010
"
1111
}
1212

deploy_unity_plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ $# -eq 0 ] || [ $1 = "-h" ] || [ $1 = "--help" ]; then
77
echo "Usage:"
88
echo "deploy_unity_plugins.ps1 <PLUGINS_DIR>"
99
echo ""
10-
echo "PLUGINS_DIR - Assets/ROS2/Plugins/ directory of Unity project."
10+
echo "PLUGINS_DIR - Ros2ForUnity/Plugins folder."
1111
exit 1
1212
fi
1313

0 commit comments

Comments
 (0)