From 3cf51039933d03ef15388b75d30baa5d5e09a1a0 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Jun 30 2004 21:30:34 +0000 Subject: Clarify behavior of -s (short) option --- diff --git a/lsb_release/src/lsb_release b/lsb_release/src/lsb_release index a653a27..3ca71fc 100755 --- a/lsb_release/src/lsb_release +++ b/lsb_release/src/lsb_release @@ -122,7 +122,7 @@ Usage() { echo "Distribution information." echo echo "Usage: `basename $0` [OPTION]..." - echo "With no OPTION specified it is the same as -v." + echo "With no OPTION specified defaults to -v." echo echo "Options:" echo " -v, --version" @@ -138,7 +138,7 @@ Usage() { echo " -a, --all" echo " Display all of the above information." echo " -s, --short" - echo " Display all of the above information in short output format." + echo " Use short output format for information requested by other options (or version if none)." echo " -h, --help" echo " Display this message."