summaryrefslogtreecommitdiff
path: root/solenv/bin/bin_library_info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/bin_library_info.sh')
-rwxr-xr-xsolenv/bin/bin_library_info.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/bin_library_info.sh b/solenv/bin/bin_library_info.sh
index 65c40ee23254..fcd68c0e8694 100755
--- a/solenv/bin/bin_library_info.sh
+++ b/solenv/bin/bin_library_info.sh
@@ -15,7 +15,7 @@ in git.
syntax: bin_library_info.sh -m|--module <top_level_module> -l|--location <TARFILE_LOCATION> -s|--srcdir <SRCDIR> -b <BUILDDIR> -r|--tarfile <LIBRARY_TARFILE> [ -m|--mode verify|name ]
the default mode is 'name' which just print the associated binary tarfile name.
-in 'verify' mode the programe print the name if the associated binary tarfile exist
+in 'verify' mode the program print the name if the associated binary tarfile exist
and print nothing and return an error code if the file does not exist
Note: --location --builddir and --srcdir are optional if they are already in the env in the form of TARFILE_LOCATION and BUILDDIR SRCDIR respectively