inform_done

Name

inform_done  --  conclude an informational message positively

Synopsis

inform_done

Description

Prints an informational message that something went just fine to stdout. Meant to conclude a message begun by inform(3) -n.

Example

Conclude a message printed by inform(3) -n:

    inform -n "Wait a moment... "
    sleep 3
    inform_done
    

See Also

inform_failed(3), inform_progress(3)