From a1954c7a9659c3874252f813968650a3d0a24f39 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 15 Feb 2018 13:01:51 +0000 Subject: [PATCH] Documentation of codes_info --- tools/codes_info.desc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/codes_info.desc b/tools/codes_info.desc index 1fdf8dce1..723ec1c9c 100644 --- a/tools/codes_info.desc +++ b/tools/codes_info.desc @@ -2,13 +2,13 @@ NAME codes_info DESCRIPTION - Print information about the version of ecCodes, the default definitions and samples path. If the environment variables ECCODES_DEFINITION_PATH and/or ECCODES_SAMPLES_PATH are defined, then their values will be printed + Print information about the version of ecCodes, the definitions and samples paths. If the environment variables ECCODES_DEFINITION_PATH and/or ECCODES_SAMPLES_PATH are defined, then their values will be printed USAGE codes_info [options] OPTIONS -v Print only the version of ecCodes. - -d Print only the default definitions path. - -s Print only the default samples path. + -d Print only the definitions path. + -s Print only the samples path.