We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b5118 commit 3cf5103Copy full SHA for 3cf5103
1 file changed
lsb_release/src/lsb_release
@@ -122,7 +122,7 @@ Usage() {
122
echo "Distribution information."
123
echo
124
echo "Usage: `basename $0` [OPTION]..."
125
- echo "With no OPTION specified it is the same as -v."
+ echo "With no OPTION specified defaults to -v."
126
127
echo "Options:"
128
echo " -v, --version"
@@ -138,7 +138,7 @@ Usage() {
138
echo " -a, --all"
139
echo " Display all of the above information."
140
echo " -s, --short"
141
- 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)."
142
echo " -h, --help"
143
echo " Display this message."
144
0 commit comments