Skip to content

Commit

Permalink
[eos-log-tool] small textual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-192 committed Dec 3, 2023
1 parent 713251a commit af3dcb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eos-log-tool/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgname=eos-log-tool
pkgdesc="Gathers selected system logs and sends them to the internet."
url="https://github.com/endeavouros-team/PKGBUILDS/raw/master/$pkgname"
pkgver=23
pkgrel=2
pkgrel=3

arch=('any')
license=('GPL')
Expand All @@ -27,7 +27,7 @@ source=(
$pkgname.desktop
$pkgname.conf
)
sha512sums=('80429dc44cc0e5abddc9c7777f20b394bb8c831736e3dd684cffa5083f2055011255bbc58b0719b55814d30e906ea5c0e1fafd1c76c721c736526df8cf7a4975'
sha512sums=('64b5c0915b9045b24c3e8521b156837a610990e778f65522799c44363827394b7f8d68aa8705d1c2fdc4f8f693b1bb7d5ec2079562e00f0e7d74a8a831a9c4a1'
'177f28300b7721ae165afc651279d619dd2924496e2f727ea2c63c131070a0d727de71619a0cf8d359486f0f91f319e58946a066c8411500976f60ff30e7d3c3'
'781f2d48101d0a0a23da049ccbaa70d3da30dda7e2e31458bcb671ceb25721dec86c7f32d87245554e5a3043cdf35fd9664761efe0a8cc82aeb982055488d229')

Expand Down
8 changes: 4 additions & 4 deletions eos-log-tool/eos-log-tool
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ Main()
helptext+="If you share, you'll receive a URL which refers to the shared page.\n"
helptext+="Note1: $progname tries to remove personal data from the logs. but removal is not always perfect. \n"
helptext+="Note2: A list of received URLs is stored in folder <b>$DIR_OF_CONFIG2</b>.\n\n"
helptext+="Tip: Use option --help to see <i>all</i> available features!\n"
helptext+="Tip: Use option <tt>--enable-journal</tt> to see <i>journalctl</i> choices.\n"

local log_tool_cmd=( # the yad command
eos_yad
Expand All @@ -530,9 +530,9 @@ Main()
--text="$helptext"
# --width=600 # not needed?
--image=$ICO_QUESTION
--button="yad-cancel!Cancel this operation":$code_cancel
--button="yad-save!Save the logs to file $FILE_OF_LOGS2":$code_localsave
--button="Share logs to the internet!$ICO_SHARE!Send the logs to a pastebin service":$code_send_to_internet
--button="yad-cancel!!Cancel this operation":$code_cancel
--button="yad-save!!Save the logs to file $FILE_OF_LOGS2":$code_localsave
--button="Share logs to the internet!$ICO_SHARE!Send the logs using <tt>eos-sendlog</tt>":$code_send_to_internet
)

# Skip entries that don't have the app installed
Expand Down

0 comments on commit af3dcb8

Please sign in to comment.