Skip to content

Commit 3cf5103

Browse files
committed
Clarify behavior of -s (short) option
1 parent b9b5118 commit 3cf5103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lsb_release/src/lsb_release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Usage() {
122122
echo "Distribution information."
123123
echo
124124
echo "Usage: `basename $0` [OPTION]..."
125-
echo "With no OPTION specified it is the same as -v."
125+
echo "With no OPTION specified defaults to -v."
126126
echo
127127
echo "Options:"
128128
echo " -v, --version"
@@ -138,7 +138,7 @@ Usage() {
138138
echo " -a, --all"
139139
echo " Display all of the above information."
140140
echo " -s, --short"
141-
echo " Display all of the above information in short output format."
141+
echo " Use short output format for information requested by other options (or version if none)."
142142
echo " -h, --help"
143143
echo " Display this message."
144144

0 commit comments

Comments
 (0)