diff --git a/bin/sde-cleanup-linger b/bin/sde-cleanup-linger index c010a60..0b90223 100755 --- a/bin/sde-cleanup-linger +++ b/bin/sde-cleanup-linger @@ -23,11 +23,36 @@ . $SDEROOT/lib/libsde.in -if [ $# -ne 0 ]; then - echo "Usage: sde cleanup linger" - exit 1 +cleanup_usage() { + local progname="${0##*/}" + cat <