diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 01:23:02 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 01:23:02 (EST) |
commit | 1d2257483965af5e75d4cd631a079930648dcb59 (patch) | |
tree | bbc03dd0eb3378fca5cf86b78ab53170c10a2f1b | |
parent | 83bee70f80d8c98b875c943297b0049eae7d6d22 (diff) |
ob_parse_dep(): Fix documentation
-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 32b05e8..2dd7c10 100644 --- a/lib/deps.sh +++ b/lib/deps.sh @@ -42,7 +42,7 @@ ## the given platform. ## @operand dep req The dependency to parse. ## @return Returns 0. -## @stdout If \fB-a\fP and \fB\p\fP aren't given, the entire dependency string +## @stdout If \fB-a\fP and \fB-p\fP aren't given, the entire dependency string ## is printed, with normalized formatting. If \fB-a\fP and/or \fB-p\fP ## are given and the dependency applies to their arguments, the ## dependency string is printed, except for the architecture (if |