Skip to content

Commit 2f674cc

Browse files
committed
Merge pull request #61 from rouson/branch-1.0.0
Clarify and correct the usage information output by the build --help.
2 parents 57f3519 + dd58e76 commit 2f674cc

File tree

1 file changed

+2
-2
lines changed
  • install_prerequisites

1 file changed

+2
-2
lines changed

install_prerequisites/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ usage()
5050
echo ""
5151
echo " $this_script gcc "
5252
echo " $this_script gcc trunk"
53-
echo " $this_script gcc 5.2.0 4"
53+
echo " $this_script gcc 5.2.0 /opt/gnu/5.2.0 4"
5454
echo " $this_script wget"
5555
echo " $this_script --help"
56-
echo " $this_script -l"
56+
echo " $this_script --list"
5757
echo ""
5858
exit 1
5959
}

0 commit comments

Comments
 (0)