morxa / rosfed

ROS RPM package generator for Fedora
9 stars 4 forks source link

README: fix example commands #3

Closed martinezjavier closed 3 years ago

martinezjavier commented 3 years ago

The commands mentioned are not correct since the --copr-project-id option isn't supported by rosfed.py anymore. Trying these will lead to following:

$ ./rosfed.py -b --copr-project-id 43866 python-rospkg
...
rosfed.py: error: unrecognized arguments: --copr-project-id
morxa commented 3 years ago

Looks good, thank you for improving/fixing the documentation!

martinezjavier commented 3 years ago

You are welcome! I've a couple of improvements more for the README, I'll open another PR.