mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Correct a typo in configure.sh usage string
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user