Correct a typo in configure.sh usage string

This commit is contained in:
SP 2015-07-10 08:54:25 -06:00 committed by Gregory Nutt
parent 07e9a02af9
commit a5b68bb3c9

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# configure.sh # configure.sh
# #
# Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. # Copyright (C) 2007, 2008, 2011, 2015 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org> # Author: Gregory Nutt <gnutt@nuttx.org>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -41,7 +41,7 @@ USAGE: ${0} [-d] [-a <app-dir>] <board-name>/<config-name>
Where: Where:
<board-name> is the name of the board in the configs directory <board-name> is the name of the board in the configs directory
<config-name> is the name of the board configuration sub-directory <config-name> is the name of the board configuration sub-directory
<add-dir> is the path to the apps/ directory, relative to the nuttx directory <app-dir> is the path to the apps/ directory, relative to the nuttx directory
" "