commit 38617a4

hovercats  ·  2024-11-26 23:20:19 +0000 UTC
parent 14449d4
sh/dm: use printf instead of echo
1 files changed,  +1, -1
M sh/dm
M sh/dm
+1, -1
1@@ -12,7 +12,7 @@ list() {
2 }
3 
4 usage() {
5-    echo "`basename $0` [-hl] <alias> [command]"
6+    printf 'dm [-hl] <alias> [command]\n'
7 }
8 
9 test -d $sockdir || mkdir -p $sockdir