Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong parameters are shown for the Import Package script #5150

Closed
netniV opened this issue Jan 9, 2023 · 1 comment
Closed

Wrong parameters are shown for the Import Package script #5150

netniV opened this issue Jan 9, 2023 · 1 comment
Labels
bug Undesired behaviour confirmed Bug is confirm by dev team packaging Packaging as in Cacti Templates resolved A fixed issue
Milestone

Comments

@netniV
Copy link
Member

netniV commented Jan 9, 2023

Describe the bug

When using the import_package.php script, the help says that there is an option called --only-info but that option does not exist. The correct name is --info-only but both of these could be shortened to --info which is a more common parameter name usage.

To Reproduce

php -q import_package.php --help
php -q import_package.php --only-info [file]

Expected behaviour

php -q import_package.php --info [file]
@netniV netniV added bug Undesired behaviour confirmed Bug is confirm by dev team packaging Packaging as in Cacti Templates labels Jan 9, 2023
@netniV netniV added this to the v1.2.24 milestone Jan 9, 2023
TheWitness added a commit that referenced this issue Jan 16, 2023
he Import Package cli script displays the wrong 'info' parameter
TheWitness added a commit that referenced this issue Jan 19, 2023
The Import Package cli script displays the wrong 'info' parameter
@TheWitness
Copy link
Member

Porting done.

TheWitness added a commit that referenced this issue Jan 22, 2023
@netniV netniV changed the title The Import Package cli script displays the wrong 'info' parameter Wrong parameters are shown for the Import Package script Feb 15, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Undesired behaviour confirmed Bug is confirm by dev team packaging Packaging as in Cacti Templates resolved A fixed issue
Projects
None yet
Development

No branches or pull requests

2 participants