We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86c34f commit e214011Copy full SHA for e214011
fpm/src/fpm_command_line.f90
@@ -467,8 +467,8 @@ subroutine set_help()
467
' # generates commands of the form "cp $FILENAME /usr/local/bin/" ', &
468
' ', &
469
' # bash(1) alias example: ', &
470
- ' alias fpm-install="ffpm run --release --runner \ ', &
471
- ' ''install -vbp -m 0711 -t ~/.local/bin''" ', &
+ ' alias fpm-install=\ ', &
+ ' "fpm run --release --runner ''install -vbp -m 0711 -t ~/.local/bin''" ', &
472
' fpm-install ', &
473
'' ]
474
help_fpm=[character(len=80) :: &
0 commit comments