From 1f0260b5f86319711c1c045313259fbc46473510 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sat, 10 Nov 2012 21:24:58 +0000 Subject: [PATCH] ssam: add usage --- rc/bin/ssam | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/bin/ssam b/rc/bin/ssam index 917a34f71..407e3df3b 100755 --- a/rc/bin/ssam +++ b/rc/bin/ssam @@ -3,6 +3,7 @@ flagfmt='n,e script,f sfile' args='[ file ... ]' +fn usage { echo $0 '[ -n ] [ -e script ] [ -f sfile ] [ file ... ]' >[1=2] } if(! ifs=() eval `{aux/getflags $*}){ usage exit usage