mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
Correct a typo in configure.sh usage string
This commit is contained in:
parent
07e9a02af9
commit
a5b68bb3c9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# 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>
|
||||
#
|
||||
# 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:
|
||||
<board-name> is the name of the board in the configs 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
|
||||
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in a new issue