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

Documentation fixes: help text and manifest URL #999

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Feb 25, 2024

Since version 0.8.0, fpm adds the --flag arguments to the default arguments. Overriding the defaults requires using the "fortran" keyword in the manifest. Also, the URL cited for the manifest documentation in several places generates a "404 File not found" error in browsers.

This commit

  1. Fixes the text returned by --help to match current behavior and
  2. Fixes the manifest URL in
    • manifest-reference.md
    • src/fpm_command_line.f90

This commit replaces a URL that generates a "404 File not found"
error in browsers.
Since version 0.8.0, fpm adds the `--flag` arguments to the default
arguments.  Overriding the defaults requires using the [fortran]
keyword in the manifest.  This commit edits the `--help` output to
reflect the current behavior.
@perazz
Copy link
Contributor

perazz commented Feb 25, 2024

Awesome, thanks a lot for the fix @rouson.

@perazz perazz merged commit bc0927f into main Feb 25, 2024
41 checks passed
@perazz perazz deleted the documentation-fixes branch February 25, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants