Skip to content

Commit e214011

Browse files
committed
errata in help
1 parent c86c34f commit e214011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ subroutine set_help()
467467
' # generates commands of the form "cp $FILENAME /usr/local/bin/" ', &
468468
' ', &
469469
' # bash(1) alias example: ', &
470-
' alias fpm-install="ffpm run --release --runner \ ', &
471-
' ''install -vbp -m 0711 -t ~/.local/bin''" ', &
470+
' alias fpm-install=\ ', &
471+
' "fpm run --release --runner ''install -vbp -m 0711 -t ~/.local/bin''" ', &
472472
' fpm-install ', &
473473
'' ]
474474
help_fpm=[character(len=80) :: &

0 commit comments

Comments
 (0)