exlibs: improve documentation

This commit is contained in:
Julian Ospald 2016-02-29 18:19:14 +01:00
parent c38c1beef8
commit c6a0bdff41
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ DEPENDENCIES+="
# Like 'herebin', but for desktop entry files. # Like 'herebin', but for desktop entry files.
# #
# Arguments: <filename> # Arguments: <filename>
# Side-effects: installs the desktop entry via 'here_desktop_entry' # Side-effects: installs the desktop entry
# Inspection: $TEMP, $IMAGE # Inspection: $TEMP, $IMAGE
# Errors: according to 'desktop-file-validate' # Errors: according to 'desktop-file-validate', on missing argument
here_desktop_entry() { here_desktop_entry() {
if [[ ${#} -ne 1 ]]; then if [[ ${#} -ne 1 ]]; then
die "exactly one argument needed." die "exactly one argument needed."