From 9193dc3e5845afd81bedb945cf9db69b214ce3ee Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Sat, 22 Apr 2017 16:18:56 +0900 Subject: [PATCH] manual ros-update --- documents/ros-update.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 documents/ros-update.md diff --git a/documents/ros-update.md b/documents/ros-update.md new file mode 100644 index 0000000..f52dd6f --- /dev/null +++ b/documents/ros-update.md @@ -0,0 +1,23 @@ +ros-update - Update system installed from vcs + +# Synopsis + +* **ros update** system [system ...] +* **ros update** method [params ...] + +# Description + +system + + : a name specifying a system. + +method + + : currently supported method is `git`. + +# Update system + +When system are already installed and the system has `.git` in the system directory it invoke `git pull` and `ros install` the system. + +# SEE ALSO +_ros_(1), _ros-install_(1)