From ced63648a92090c5ec0feb9f62d39a1af3d6071f Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Thu, 23 Mar 2023 18:55:54 -0700 Subject: [PATCH] ogma-cli: Replace ROS2 with ROS 2 in the CLI help. Refs #83. The Open Source Robotics Foundation, Inc. (OSRF) has published specific guidance on how the ROS 2 should be referred to, and they have indicated that they would want it to be called ROS 2 instead of ROS2. This commit replaces ROS2 with ROS 2 in the command-line help. --- ogma-cli/src/CLI/CommandROSApp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogma-cli/src/CLI/CommandROSApp.hs b/ogma-cli/src/CLI/CommandROSApp.hs index d68dca22..9fac9ba3 100644 --- a/ogma-cli/src/CLI/CommandROSApp.hs +++ b/ogma-cli/src/CLI/CommandROSApp.hs @@ -81,7 +81,7 @@ command c = -- | ROS command description commandDesc :: String -commandDesc = "Generate a ROS2 monitoring package" +commandDesc = "Generate a ROS 2 monitoring package" -- | Subparser for the @ros@ command, used to generate a Robot Operating System -- application connected to Copilot monitors.