Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jun 23, 2024
1 parent c3f27ba commit 81ea75b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ subroutine get_command_line_settings(cmd_settings)
archiver = sget('archiver')
token_s = sget('token')

allocate(fpm_publish_settings :: cmd_settings) ! Use local registry if it was specified in the global config file.
allocate(fpm_publish_settings :: cmd_settings)

cmd_settings = fpm_publish_settings( &
& show_package_version = lget('show-package-version'), &
Expand Down Expand Up @@ -852,7 +852,6 @@ subroutine check_build_vals()
val_cxxflag = " "// sget('cxx-flag')
val_ldflag = " " // sget('link-flag')
val_profile = sget('profile')
! conda = sget('conda')
end subroutine check_build_vals

!> Print help text and stop
Expand Down Expand Up @@ -1553,9 +1552,9 @@ subroutine set_help()
' --query Search query (supports wildcard).', &
' --page Page number for results.', &
' --registry URL of the registry to query.', &
' --namespace Namespace to filter results.', &
' --namespace Namespace of the package', &
' --package Package name to filter results.', &
' --package_version Version of the package to filter results.', &
' --package_version Version of the package', &
' --license License type to filter results.', &
' --limit Maximum number of results to return.', &
' --sort-by Field to sort results by (e.g., name).', &
Expand Down

0 comments on commit 81ea75b

Please sign in to comment.