Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion htdecodetoken
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

usage()
{
echo 'Usage: htdecodetoken [-a] [-H] [file]'
echo 'Usage: htdecodetoken [-a] [-H] [-s|-f] [file]'
echo
echo 'Decodes a JSON Web Token'
echo ' -a: show algorithm portion of JWT'
Expand Down
2 changes: 2 additions & 0 deletions htgettoken.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ rm -rf $RPM_BUILD_ROOT


%changelog
# - Add the new -s and -f options to the htdecodetoken usage.

* Fri Jun 20 2025 Dave Dykstra <dwd@fnal.gov> 2.3-1
- Add "-s" and "-f" options to htdecodetoken and default it to "-s" when
stdout is not a TTY.
Expand Down
Loading