This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
2
3
[PATCH sxmo-utils v2] 'sxmo_status.sh del' help typo
Another patch in the set didn't pass shellcheck. I splitted
this out.
---
scripts/core/sxmo_status.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/core/sxmo_status.sh b/scripts/core/sxmo_status.sh
index 374983b..45bfae8 100755
--- a/scripts/core/sxmo_status.sh
+++ b/scripts/core/sxmo_status.sh
@@ -54,7 +54,7 @@ del() {
shift
if [ -z "$id" ]; then
- printf "usage: %s rm <id>\n" "$(basename "$0")" >&2
+ printf "usage: %s del <id>\n" "$(basename "$0")" >&2
exit 1
fi
--
2.35.1
[sxmo-utils/patches/.build.yml] build success