diff options
author | Ray Strode <rstrode@redhat.com> | 2009-12-05 12:08:53 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2009-12-05 12:08:53 -0500 |
commit | e40e0b8719fcb1408496e9937f6bf89b98c4da54 (patch) | |
tree | 0434c5324bcb8a9ae9307e3a09d202528d977dec | |
parent | 8d6358fc4f69fb00d2909a80f7a976d5b1c7b061 (diff) |
[set-default-theme] Call usage function in --help
This way the top line of the help output gives usage.
-rwxr-xr-x | scripts/plymouth-set-default-theme.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/plymouth-set-default-theme.in b/scripts/plymouth-set-default-theme.in index 195940df..1929f00d 100755 --- a/scripts/plymouth-set-default-theme.in +++ b/scripts/plymouth-set-default-theme.in @@ -22,7 +22,7 @@ function usage () function show_help() { cat <<EOF - ${0##*/} [opt] + $(usage) --help show this help message --list show available themes |