Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 420b6416 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "logpersist: missing X"

parents 0f0498ad 3bab2a90
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ esac
data=/data/misc/logd
data=/data/misc/logd
property=persist.logd.logpersistd
property=persist.logd.logpersistd
service=logcatd
service=logcatd
if [ X"${1}" = "-h" -o X"${1}" = X"--help" ]; then
if [ X"${1}" = X"-h" -o X"${1}" = X"--help" ]; then
  echo "${progname%.*}.cat            - dump current ${service%d} logs"
  echo "${progname%.*}.cat            - dump current ${service%d} logs"
  echo "${progname%.*}.start          - start ${service} service"
  echo "${progname%.*}.start          - start ${service} service"
  echo "${progname%.*}.stop [--clear] - stop ${service} service"
  echo "${progname%.*}.stop [--clear] - stop ${service} service"