this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scr: fix usage statement

yemou 94134b5d ebd0c435

+1 -1
+1 -1
scritps/scr
··· 32 32 33 33 # Usage statement for the script 34 34 usage() { 35 - printf '%s\n' "usage: ${0##*/} action [options]" \ 35 + printf '%b\n' "usage: ${0##*/} action [options]" \ 36 36 "actions:" \ 37 37 "\taud - audio" \ 38 38 "\tpic - picture" \