Skip to content

Commit

Permalink
bitbake: Change description of superflore-gen-oe-recipes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project authored and herb-kuta-lge committed Apr 21, 2020
1 parent 2ef322a commit 08f2b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ usage: superflore-gen-oe-recipes [-h] --ros-distro ROS_DISTRO --dry-run
[--skip-keys SKIP_KEYS [SKIP_KEYS ...]]
[--tar-archive-dir TAR_ARCHIVE_DIR]
Deploy ROS packages into OpenEmbedded Linux
Generate OpenEmbedded recipes for ROS packages
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion superflore/generators/bitbake/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main():
os.environ["ROS_OS_OVERRIDE"] = "openembedded"
overlay = None
parser = get_parser(
'Deploy ROS packages into OpenEmbedded Linux',
'Generate OpenEmbedded recipes for ROS packages',
exclude_all=True,
require_rosdistro=True,
require_dryrun=True)
Expand Down

0 comments on commit 08f2b29

Please sign in to comment.