diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:38:49 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 01:38:49 (EST) |
commit | db50df33703b534a68350de6ef68fbd338a68258 (patch) | |
tree | ff9158facfd58836eb6d30406efb1446e9909ac0 | |
parent | d3ac92338534e6cfb24f0ac70dda1e8cd03b4d02 (diff) |
ob_parse_dep(): Fix an @option command
-rw-r--r-- | lib/deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deps.sh b/lib/deps.sh index e1be174..fbc99a7 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -33,7 +33,7 @@ ## @option -a host_arch The host architecture. If given, the dependency will ## only be printed on standard output if it applies to ## the given architecture. -## @option -a host_plat The host platform. If given, the dependency will +## @option -P host_plat The host platform. If given, the dependency will ## only be printed on standard output if it applies to ## the given platform. ## @operand dep req The dependency to parse. |